Html Css Color HEX #355524 Palm Leaf

📋 copy color: '#355524'

red 53 ◦ green 85 ◦ blue 36

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

Shades of Palm Leaf #355524

Tints of Palm Leaf #355524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

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

R = 30.46%
G = 48.85%
B = 20.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#355524 (or 0x355524) is known color: Palm Leaf. HEX triplet: 35, 55 and 24. RGB value is (53,85,36). Sum of RGB (Red+Green+Blue) = 53+85+36=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #355524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355524 is #CAAADB. Grayscale: #464646. Windows color (decimal): -13282012 or 2381109. OLE color: 2381109.

HSL color Cylindrical-coordinate representation of color #355524: hue angle of 99.18º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #355524 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 36 -
CMYK 0.38 0 0.58 0.67
HSL 99.18º 0.4% 0.24% -
HSV(B) 99.18º 0.58% 0.33% -
XYZ 5.04 7.38 2.83 -
YUV 69.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 53 85 36 0.38 0 0.58 0.67 99.18 0.4 0.24
Hex 35 55 24 26 0 3A 43 63 28 18
Octal 65 125 44 46 0 72 103 143 50 30
Binary 110101 1010101 100100 100110 0 111010 1000011 1100011 101000 11000

Color Harmonies of #355524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355524

Black with #355524

Text Example


Text Example

White with #355524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355524; }

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

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

background-color css

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

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

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

border-color css

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

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

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