Html Css Color HEX #335120 Palm Leaf

📋 copy color: '#335120'

red 51 ◦ green 81 ◦ blue 32

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

Shades of Palm Leaf #335120

Tints of Palm Leaf #335120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.39%

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

R = 31.1%
G = 49.39%
B = 19.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#335120 (or 0x335120) is known color: Palm Leaf. HEX triplet: 33, 51 and 20. RGB value is (51,81,32). Sum of RGB (Red+Green+Blue) = 51+81+32=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #335120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335120 is #CCAEDF. Grayscale: #424242. Windows color (decimal): -13414112 or 2117939. OLE color: 2117939.

HSL color Cylindrical-coordinate representation of color #335120: hue angle of 96.73º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335120 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 32 -
CMYK 0.37 0 0.60 0.68
HSL 96.73º 0.43% 0.22% -
HSV(B) 96.73º 0.6% 0.32% -
XYZ 4.57 6.69 2.42 -
YUV 66.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 51 81 32 0.37 0 0.60 0.68 96.73 0.43 0.22
Hex 33 51 20 25 0 3C 44 61 2B 16
Octal 63 121 40 45 0 74 104 141 53 26
Binary 110011 1010001 100000 100101 0 111100 1000100 1100001 101011 10110

Color Harmonies of #335120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335120

Black with #335120

Text Example


Text Example

White with #335120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335120; }

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

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

background-color css

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

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

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

border-color css

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

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

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