Html Css Color HEX #355A20 Palm Leaf

📋 copy color: '#355A20'

red 53 ◦ green 90 ◦ blue 32

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

Shades of Palm Leaf #355A20

Tints of Palm Leaf #355A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

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

R = 30.29%
G = 51.43%
B = 18.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#355A20 (or 0x355A20) is known color: Palm Leaf. HEX triplet: 35, 5A and 20. RGB value is (53,90,32). Sum of RGB (Red+Green+Blue) = 53+90+32=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #355A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A20 is #CAA5DF. Grayscale: #484848. Windows color (decimal): -13280736 or 2120245. OLE color: 2120245.

HSL color Cylindrical-coordinate representation of color #355A20: hue angle of 98.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355A20 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 32 -
CMYK 0.41 0 0.64 0.65
HSL 98.28º 0.48% 0.24% -
HSV(B) 98.28º 0.64% 0.35% -
XYZ 5.39 8.17 2.66 -
YUV 72.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 53 90 32 0.41 0 0.64 0.65 98.28 0.48 0.24
Hex 35 5A 20 29 0 40 41 62 30 18
Octal 65 132 40 51 0 100 101 142 60 30
Binary 110101 1011010 100000 101001 0 1000000 1000001 1100010 110000 11000

Color Harmonies of #355A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A20

Black with #355A20

Text Example


Text Example

White with #355A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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