Html Css Color HEX #354E33 Palm Leaf

📋 copy color: '#354E33'

red 53 ◦ green 78 ◦ blue 51

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

Shades of Palm Leaf #354E33

Tints of Palm Leaf #354E33

RGB

 RED value IS 53 (21.09% from 255) = 29.12%

 GREEN value IS 78 (30.86% from 255) = 42.86%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 29.12%
G = 42.86%
B = 28.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#354E33 (or 0x354E33) is known color: Palm Leaf. HEX triplet: 35, 4E and 33. RGB value is (53,78,51). Sum of RGB (Red+Green+Blue) = 53+78+51=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #354E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E33 is #CAB1CC. Grayscale: #434343. Windows color (decimal): -13283789 or 3362357. OLE color: 3362357.

HSL color Cylindrical-coordinate representation of color #354E33: hue angle of 115.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354E33 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 51 -
CMYK 0.32 0 0.35 0.69
HSL 115.56º 0.21% 0.25% -
HSV(B) 115.56º 0.35% 0.31% -
XYZ 4.79 6.44 4.12 -
YUV 67.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 53 78 51 0.32 0 0.35 0.69 115.56 0.21 0.25
Hex 35 4E 33 20 0 23 45 74 15 19
Octal 65 116 63 40 0 43 105 164 25 31
Binary 110101 1001110 110011 100000 0 100011 1000101 1110100 10101 11001

Color Harmonies of #354E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E33

Black with #354E33

Text Example


Text Example

White with #354E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E33; }

 p { color: rgb(53,78,51); }

 H1.HeaderClassName
 {
   color: #354E33;
 }
 .AnyTagClassName
 {
   color: #354E33;
 }
</style>

background-color css

<style>
 a { background-color: #354E33; }

 a { background-color: rgb(53,78,51); }

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

border-color css

<style>
 span { border-color: #354E33; }

 span { border-color: rgb(53,78,51); }

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