Html Css Color HEX #335524 Palm Leaf

📋 copy color: '#335524'

red 51 ◦ green 85 ◦ blue 36

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

Shades of Palm Leaf #335524

Tints of Palm Leaf #335524

RGB

 RED value IS 51 (20.31% from 255) = 29.65%

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

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

R = 29.65%
G = 49.42%
B = 20.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#335524 (or 0x335524) is known color: Palm Leaf. HEX triplet: 33, 55 and 24. RGB value is (51,85,36). Sum of RGB (Red+Green+Blue) = 51+85+36=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #335524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335524 is #CCAADB. Grayscale: #454545. Windows color (decimal): -13413084 or 2381107. OLE color: 2381107.

HSL color Cylindrical-coordinate representation of color #335524: hue angle of 101.63º 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 #335524 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 36 -
CMYK 0.40 0 0.58 0.67
HSL 101.63º 0.4% 0.24% -
HSV(B) 101.63º 0.58% 0.33% -
XYZ 4.93 7.33 2.82 -
YUV 69.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 51 85 36 0.40 0 0.58 0.67 101.63 0.4 0.24
Hex 33 55 24 28 0 3A 43 66 28 18
Octal 63 125 44 50 0 72 103 146 50 30
Binary 110011 1010101 100100 101000 0 111010 1000011 1100110 101000 11000

Color Harmonies of #335524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335524

Black with #335524

Text Example


Text Example

White with #335524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335524; }

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

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

background-color css

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

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

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

border-color css

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

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

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