Html Css Color HEX #355824 Palm Leaf

📋 copy color: '#355824'

red 53 ◦ green 88 ◦ blue 36

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

Shades of Palm Leaf #355824

Tints of Palm Leaf #355824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.72%

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

R = 29.94%
G = 49.72%
B = 20.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#355824 (or 0x355824) is known color: Palm Leaf. HEX triplet: 35, 58 and 24. RGB value is (53,88,36). Sum of RGB (Red+Green+Blue) = 53+88+36=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #355824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355824 is #CAA7DB. Grayscale: #474747. Windows color (decimal): -13281244 or 2381877. OLE color: 2381877.

HSL color Cylindrical-coordinate representation of color #355824: hue angle of 100.38º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355824 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 36 -
CMYK 0.40 0 0.59 0.65
HSL 100.38º 0.42% 0.24% -
HSV(B) 100.38º 0.59% 0.35% -
XYZ 5.28 7.86 2.91 -
YUV 71.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 53 88 36 0.40 0 0.59 0.65 100.38 0.42 0.24
Hex 35 58 24 28 0 3B 41 64 2A 18
Octal 65 130 44 50 0 73 101 144 52 30
Binary 110101 1011000 100100 101000 0 111011 1000001 1100100 101010 11000

Color Harmonies of #355824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355824

Black with #355824

Text Example


Text Example

White with #355824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355824; }

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

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

background-color css

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

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

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

border-color css

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

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

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