Html Css Color HEX #335320 Palm Leaf

📋 copy color: '#335320'

red 51 ◦ green 83 ◦ blue 32

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

Shades of Palm Leaf #335320

Tints of Palm Leaf #335320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50%

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

R = 30.72%
G = 50%
B = 19.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#335320 (or 0x335320) is known color: Palm Leaf. HEX triplet: 33, 53 and 20. RGB value is (51,83,32). Sum of RGB (Red+Green+Blue) = 51+83+32=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #335320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335320 is #CCACDF. Grayscale: #434343. Windows color (decimal): -13413600 or 2118451. OLE color: 2118451.

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

Color convert

RGB 51 83 32 -
CMYK 0.39 0 0.61 0.67
HSL 97.65º 0.44% 0.23% -
HSV(B) 97.65º 0.61% 0.33% -
XYZ 4.72 6.99 2.47 -
YUV 67.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 51 83 32 0.39 0 0.61 0.67 97.65 0.44 0.23
Hex 33 53 20 27 0 3D 43 62 2C 17
Octal 63 123 40 47 0 75 103 142 54 27
Binary 110011 1010011 100000 100111 0 111101 1000011 1100010 101100 10111

Color Harmonies of #335320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335320

Black with #335320

Text Example


Text Example

White with #335320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335320; }

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

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

background-color css

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

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

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

border-color css

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

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

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