Html Css Color HEX #335420 Palm Leaf

📋 copy color: '#335420'

red 51 ◦ green 84 ◦ blue 32

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

Shades of Palm Leaf #335420

Tints of Palm Leaf #335420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

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

R = 30.54%
G = 50.3%
B = 19.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#335420 (or 0x335420) is known color: Palm Leaf. HEX triplet: 33, 54 and 20. RGB value is (51,84,32). Sum of RGB (Red+Green+Blue) = 51+84+32=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #335420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335420 is #CCABDF. Grayscale: #444444. Windows color (decimal): -13413344 or 2118707. OLE color: 2118707.

HSL color Cylindrical-coordinate representation of color #335420: hue angle of 98.08º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335420 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 84 32 -
CMYK 0.39 0 0.62 0.67
HSL 98.08º 0.45% 0.23% -
HSV(B) 98.08º 0.62% 0.33% -
XYZ 4.8 7.15 2.49 -
YUV 68.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 51 84 32 0.39 0 0.62 0.67 98.08 0.45 0.23
Hex 33 54 20 27 0 3E 43 62 2D 17
Octal 63 124 40 47 0 76 103 142 55 27
Binary 110011 1010100 100000 100111 0 111110 1000011 1100010 101101 10111

Color Harmonies of #335420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335420

Black with #335420

Text Example


Text Example

White with #335420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335420; }

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

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

background-color css

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

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

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

border-color css

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

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

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