#354F23

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

Shades of Palm Leaf #354F23

Tints of Palm Leaf #354F23

Color information

#354F23 (or 0x354F23) is unknown color: approx Palm Leaf. HEX triplet: 35, 4F and 23. RGB value is (53,79,35). Sum of RGB (Red+Green+Blue) = 53+79+35=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #354F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F23 is #CAB0DC. Grayscale: #424242. Windows color (decimal): -13283549 or 2314037. OLE color: 2314037.

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

Color convert

RGB537935-
CMYK0.3300.560.69
HSL95.45º38.6%22.35%-
HSV(B)95.45º55.7%30.98%-
XYZ4.576.472.6-
YUV66.21110.39118.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=31.74%
G=47.31%
B=20.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379350.3300.560.6995.4538.622.35
Hex354F2321038455f2716
Octal6511743410701051374726
Binary110101100111110001110000101110001000101101111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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