Html Css Color HEX #355A24 Palm Leaf

📋 copy color: '#355A24'

red 53 ◦ green 90 ◦ blue 36

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

Shades of Palm Leaf #355A24

Tints of Palm Leaf #355A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.11%

R = 29.61%
G = 50.28%
B = 20.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#355A24 (or 0x355A24) is known color: Palm Leaf. HEX triplet: 35, 5A and 24. RGB value is (53,90,36). Sum of RGB (Red+Green+Blue) = 53+90+36=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #355A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A24 is #CAA5DB. Grayscale: #484848. Windows color (decimal): -13280732 or 2382389. OLE color: 2382389.

HSL color Cylindrical-coordinate representation of color #355A24: hue angle of 101.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355A24 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 36 -
CMYK 0.41 0 0.60 0.65
HSL 101.11º 0.43% 0.25% -
HSV(B) 101.11º 0.6% 0.35% -
XYZ 5.44 8.2 2.96 -
YUV 72.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 53 90 36 0.41 0 0.60 0.65 101.11 0.43 0.25
Hex 35 5A 24 29 0 3C 41 65 2B 19
Octal 65 132 44 51 0 74 101 145 53 31
Binary 110101 1011010 100100 101001 0 111100 1000001 1100101 101011 11001

Color Harmonies of #355A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A24

Black with #355A24

Text Example


Text Example

White with #355A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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