#35562A

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

Shades of Palm Leaf #35562A

Tints of Palm Leaf #35562A

Color information

#35562A (or 0x35562A) is unknown color: approx Palm Leaf. HEX triplet: 35, 56 and 2A. RGB value is (53,86,42). Sum of RGB (Red+Green+Blue) = 53+86+42=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #35562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35562A is #CAA9D5. Grayscale: #474747. Windows color (decimal): -13281750 or 2774581. OLE color: 2774581.

HSL color Cylindrical-coordinate representation of color #35562A: hue angle of 105º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35562A is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB538642-
CMYK0.3800.510.66
HSL105º34.38%25.1%-
HSV(B)105º51.16%33.73%-
XYZ5.217.583.38-
YUV71.12111.57115.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=29.28%
G=47.51%
B=23.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386420.3800.510.6610534.3825.1
Hex35562A2603342692219
Octal6512652460631021514231
Binary110101101011010101010011001100111000010110100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35562A; }

 p { color: rgb(53,86,42); }

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

<style>
 a { background-color: #35562A; }

 a { background-color: rgb(53,86,42); }

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

<style>
 span { border-color: #35562A; }

 span { border-color: rgb(53,86,42); }

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