#355022

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

Shades of Palm Leaf #355022

Tints of Palm Leaf #355022

Color information

#355022 (or 0x355022) is unknown color: approx Palm Leaf. HEX triplet: 35, 50 and 22. RGB value is (53,80,34). Sum of RGB (Red+Green+Blue) = 53+80+34=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #355022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355022 is #CAAFDD. Grayscale: #424242. Windows color (decimal): -13283294 or 2248757. OLE color: 2248757.

HSL color Cylindrical-coordinate representation of color #355022: hue angle of 95.22º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355022 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB538034-
CMYK0.3400.580.69
HSL95.22º40.35%22.35%-
HSV(B)95.22º57.5%31.37%-
XYZ4.636.612.55-
YUV66.68109.55118.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=31.74%
G=47.90%
B=20.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380340.3400.580.6995.2240.3522.35
Hex3550222203A455f2816
Octal6512042420721051375026
Binary110101101000010001010001001110101000101101111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355022; }

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

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

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

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

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

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

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

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