Html Css Color HEX #354C28 Palm Leaf

📋 copy color: '#354C28'

red 53 ◦ green 76 ◦ blue 40

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

Shades of Palm Leaf #354C28

Tints of Palm Leaf #354C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.97%

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

R = 31.36%
G = 44.97%
B = 23.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#354C28 (or 0x354C28) is known color: Palm Leaf. HEX triplet: 35, 4C and 28. RGB value is (53,76,40). Sum of RGB (Red+Green+Blue) = 53+76+40=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #354C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C28 is #CAB3D7. Grayscale: #414141. Windows color (decimal): -13284312 or 2640949. OLE color: 2640949.

HSL color Cylindrical-coordinate representation of color #354C28: hue angle of 98.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #354C28 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 76 40 -
CMYK 0.30 0 0.47 0.70
HSL 98.33º 0.31% 0.23% -
HSV(B) 98.33º 0.47% 0.3% -
XYZ 4.44 6.08 2.95 -
YUV 65.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 53 76 40 0.30 0 0.47 0.70 98.33 0.31 0.23
Hex 35 4C 28 1E 0 2F 46 62 1F 17
Octal 65 114 50 36 0 57 106 142 37 27
Binary 110101 1001100 101000 11110 0 101111 1000110 1100010 11111 10111

Color Harmonies of #354C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C28

Black with #354C28

Text Example


Text Example

White with #354C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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