#354F2F

Color #354F2F Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #354F2F

Tints of Palm Leaf #354F2F

Color information

#354F2F (or 0x354F2F) is unknown color: approx Palm Leaf. HEX triplet: 35, 4F and 2F. RGB value is (53,79,47). Sum of RGB (Red+Green+Blue) = 53+79+47=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #354F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F2F is #CAB0D0. Grayscale: #434343. Windows color (decimal): -13283537 or 3100469. OLE color: 3100469.

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

Color convert

RGB537947-
CMYK0.3300.410.69
HSL108.75º25.4%24.71%-
HSV(B)108.75º40.51%30.98%-
XYZ4.786.553.7-
YUV67.58116.39117.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=29.61%
G=44.13%
B=26.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379470.3300.410.69108.7525.424.71
Hex354F2F21029456d1919
Octal6511757410511051553131
Binary11010110011111011111000010101001100010111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,47); }

 H1.HeaderClassName
 {
   color: #354F2F;
 }
 .AnyTagClassName
 {
   color: #354F2F;
 }
</style>
background-color css

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

 a { background-color: rgb(53,79,47); }

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

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

 span { border-color: rgb(53,79,47); }

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