#35502A

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

Shades of Palm Leaf #35502A

Tints of Palm Leaf #35502A

Color information

#35502A (or 0x35502A) is unknown color: approx Palm Leaf. HEX triplet: 35, 50 and 2A. RGB value is (53,80,42). Sum of RGB (Red+Green+Blue) = 53+80+42=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #35502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35502A is #CAAFD5. Grayscale: #434343. Windows color (decimal): -13283286 or 2773045. OLE color: 2773045.

HSL color Cylindrical-coordinate representation of color #35502A: hue angle of 102.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35502A is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB538042-
CMYK0.3400.480.69
HSL102.63º31.15%23.92%-
HSV(B)102.63º47.5%31.37%-
XYZ4.756.663.23-
YUV67.6113.55117.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 42 (16.80% from 255) = 24%
R=30.29%
G=45.71%
B=24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380420.3400.480.69102.6331.1523.92
Hex35502A2203045671f18
Octal6512052420601051473730
Binary11010110100001010101000100110000100010111001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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