Html Css Color HEX #334D2F Palm Leaf

📋 copy color: '#334D2F'

red 51 ◦ green 77 ◦ blue 47

#334D2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #334D2F

Tints of Palm Leaf #334D2F

RGB

 RED value IS 51 (20.31% from 255) = 29.14%

 GREEN value IS 77 (30.47% from 255) = 44%

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 29.14%
G = 44%
B = 26.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#334D2F (or 0x334D2F) is known color: Palm Leaf. HEX triplet: 33, 4D and 2F. RGB value is (51,77,47). Sum of RGB (Red+Green+Blue) = 51+77+47=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #334D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D2F is #CCB2D0. Grayscale: #414141. Windows color (decimal): -13415121 or 3099955. OLE color: 3099955.

HSL color Cylindrical-coordinate representation of color #334D2F: hue angle of 112º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334D2F is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 77 47 -
CMYK 0.34 0 0.39 0.70
HSL 112º 0.24% 0.24% -
HSV(B) 112º 0.39% 0.3% -
XYZ 4.53 6.22 3.65 -
YUV 65.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 51 77 47 0.34 0 0.39 0.70 112 0.24 0.24
Hex 33 4D 2F 22 0 27 46 70 18 18
Octal 63 115 57 42 0 47 106 160 30 30
Binary 110011 1001101 101111 100010 0 100111 1000110 1110000 11000 11000

Color Harmonies of #334D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D2F

Black with #334D2F

Text Example


Text Example

White with #334D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334D2F; }

 p { color: rgb(51,77,47); }

 H1.HeaderClassName
 {
   color: #334D2F;
 }
 .AnyTagClassName
 {
   color: #334D2F;
 }
</style>

background-color css

<style>
 a { background-color: #334D2F; }

 a { background-color: rgb(51,77,47); }

 div.DivClassName
 {
   background-color: #334D2F;
 }
 .BgClassName
 {
   background-color: #334D2F;
 }
</style>

border-color css

<style>
 span { border-color: #334D2F; }

 span { border-color: rgb(51,77,47); }

 td.TdClassName
 {
   border-color: #334D2F;
 }
 .TagClassName
 {
   border-color: #334D2F;
 }
</style>