Html Css Color HEX #335B20 Palm Leaf

📋 copy color: '#335B20'

red 51 ◦ green 91 ◦ blue 32

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

Shades of Palm Leaf #335B20

Tints of Palm Leaf #335B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52.3%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 29.31%
G = 52.3%
B = 18.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#335B20 (or 0x335B20) is known color: Palm Leaf. HEX triplet: 33, 5B and 20. RGB value is (51,91,32). Sum of RGB (Red+Green+Blue) = 51+91+32=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #335B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B20 is #CCA4DF. Grayscale: #484848. Windows color (decimal): -13411552 or 2120499. OLE color: 2120499.

HSL color Cylindrical-coordinate representation of color #335B20: hue angle of 100.68º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335B20 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 91 32 -
CMYK 0.44 0 0.65 0.64
HSL 100.68º 0.48% 0.24% -
HSV(B) 100.68º 0.65% 0.36% -
XYZ 5.37 8.29 2.68 -
YUV 72.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 51 91 32 0.44 0 0.65 0.64 100.68 0.48 0.24
Hex 33 5B 20 2C 0 41 40 65 30 18
Octal 63 133 40 54 0 101 100 145 60 30
Binary 110011 1011011 100000 101100 0 1000001 1000000 1100101 110000 11000

Color Harmonies of #335B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B20

Black with #335B20

Text Example


Text Example

White with #335B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335B20; }

 p { color: rgb(51,91,32); }

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

background-color css

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

 a { background-color: rgb(51,91,32); }

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

border-color css

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

 span { border-color: rgb(51,91,32); }

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