Html Css Color HEX #355924 Palm Leaf

📋 copy color: '#355924'

red 53 ◦ green 89 ◦ blue 36

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

Shades of Palm Leaf #355924

Tints of Palm Leaf #355924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 29.78%
G = 50%
B = 20.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#355924 (or 0x355924) is known color: Palm Leaf. HEX triplet: 35, 59 and 24. RGB value is (53,89,36). Sum of RGB (Red+Green+Blue) = 53+89+36=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #355924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355924 is #CAA6DB. Grayscale: #484848. Windows color (decimal): -13280988 or 2382133. OLE color: 2382133.

HSL color Cylindrical-coordinate representation of color #355924: hue angle of 100.75º degrees, saturation: 0.42, 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 #355924 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 36 -
CMYK 0.40 0 0.60 0.65
HSL 100.75º 0.42% 0.25% -
HSV(B) 100.75º 0.6% 0.35% -
XYZ 5.36 8.03 2.94 -
YUV 72.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 53 89 36 0.40 0 0.60 0.65 100.75 0.42 0.25
Hex 35 59 24 28 0 3C 41 65 2A 19
Octal 65 131 44 50 0 74 101 145 52 31
Binary 110101 1011001 100100 101000 0 111100 1000001 1100101 101010 11001

Color Harmonies of #355924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355924

Black with #355924

Text Example


Text Example

White with #355924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355924; }

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

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

background-color css

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

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

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

border-color css

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

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

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