#35452D

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

Shades of Palm Leaf #35452D

Tints of Palm Leaf #35452D

Color information

#35452D (or 0x35452D) is unknown color: approx Palm Leaf. HEX triplet: 35, 45 and 2D. RGB value is (53,69,45). Sum of RGB (Red+Green+Blue) = 53+69+45=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #35452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35452D is #CABAD2. Grayscale: #3D3D3D. Windows color (decimal): -13286099 or 2966837. OLE color: 2966837.

HSL color Cylindrical-coordinate representation of color #35452D: hue angle of 100º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35452D is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB536945-
CMYK0.2300.350.73
HSL100º21.05%22.35%-
HSV(B)100º34.78%27.06%-
XYZ4.075.23.27-
YUV61.48118.7121.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=31.74%
G=41.32%
B=26.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369450.2300.350.7310021.0522.35
Hex35452D1702349641516
Octal6510555270431111442526
Binary1101011000101101101101110100011100100111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35452D; }

 p { color: rgb(53,69,45); }

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

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

 a { background-color: rgb(53,69,45); }

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

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

 span { border-color: rgb(53,69,45); }

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