Html Css Color HEX #355620 Palm Leaf

📋 copy color: '#355620'

red 53 ◦ green 86 ◦ blue 32

#355620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #355620

Tints of Palm Leaf #355620

RGB

 RED value IS 53 (21.09% from 255) = 30.99%

 GREEN value IS 86 (33.98% from 255) = 50.29%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 30.99%
G = 50.29%
B = 18.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#355620 (or 0x355620) is known color: Palm Leaf. HEX triplet: 35, 56 and 20. RGB value is (53,86,32). Sum of RGB (Red+Green+Blue) = 53+86+32=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #355620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355620 is #CAA9DF. Grayscale: #464646. Windows color (decimal): -13281760 or 2119221. OLE color: 2119221.

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

Color convert

RGB 53 86 32 -
CMYK 0.38 0 0.63 0.66
HSL 96.67º 0.46% 0.23% -
HSV(B) 96.67º 0.63% 0.34% -
XYZ 5.06 7.52 2.55 -
YUV 69.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 53 86 32 0.38 0 0.63 0.66 96.67 0.46 0.23
Hex 35 56 20 26 0 3F 42 61 2E 17
Octal 65 126 40 46 0 77 102 141 56 27
Binary 110101 1010110 100000 100110 0 111111 1000010 1100001 101110 10111

Color Harmonies of #355620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355620

Black with #355620

Text Example


Text Example

White with #355620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355620; }

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

 H1.HeaderClassName
 {
   color: #355620;
 }
 .AnyTagClassName
 {
   color: #355620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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