#35531F

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

Shades of Palm Leaf #35531F

Tints of Palm Leaf #35531F

Color information

#35531F (or 0x35531F) is unknown color: approx Palm Leaf. HEX triplet: 35, 53 and 1F. RGB value is (53,83,31). Sum of RGB (Red+Green+Blue) = 53+83+31=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #35531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35531F is #CAACE0. Grayscale: #444444. Windows color (decimal): -13282529 or 2052917. OLE color: 2052917.

HSL color Cylindrical-coordinate representation of color #35531F: hue angle of 94.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35531F is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB538331-
CMYK0.3600.630.67
HSL94.62º45.61%22.35%-
HSV(B)94.62º62.65%32.55%-
XYZ4.817.042.4-
YUV68.1107.06117.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=31.74%
G=49.70%
B=18.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383310.3600.630.6794.6245.6122.35
Hex35531F2403F435f2e16
Octal6512337440771031375626
Binary11010110100111111110010001111111000011101111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35531F; }

 p { color: rgb(53,83,31); }

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

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

 a { background-color: rgb(53,83,31); }

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

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

 span { border-color: rgb(53,83,31); }

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