Html Css Color HEX #354928 Palm Leaf

📋 copy color: '#354928'

red 53 ◦ green 73 ◦ blue 40

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

Shades of Palm Leaf #354928

Tints of Palm Leaf #354928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 31.93%
G = 43.98%
B = 24.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#354928 (or 0x354928) is known color: Palm Leaf. HEX triplet: 35, 49 and 28. RGB value is (53,73,40). Sum of RGB (Red+Green+Blue) = 53+73+40=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #354928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354928 is #CAB6D7. Grayscale: #3F3F3F. Windows color (decimal): -13285080 or 2640181. OLE color: 2640181.

HSL color Cylindrical-coordinate representation of color #354928: hue angle of 96.36º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354928 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 40 -
CMYK 0.27 0 0.45 0.71
HSL 96.36º 0.29% 0.22% -
HSV(B) 96.36º 0.45% 0.29% -
XYZ 4.23 5.68 2.88 -
YUV 63.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 53 73 40 0.27 0 0.45 0.71 96.36 0.29 0.22
Hex 35 49 28 1B 0 2D 47 60 1D 16
Octal 65 111 50 33 0 55 107 140 35 26
Binary 110101 1001001 101000 11011 0 101101 1000111 1100000 11101 10110

Color Harmonies of #354928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354928

Black with #354928

Text Example


Text Example

White with #354928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354928; }

 p { color: rgb(53,73,40); }

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

background-color css

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

 a { background-color: rgb(53,73,40); }

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

border-color css

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

 span { border-color: rgb(53,73,40); }

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