Html Css Color HEX #325716 Palm Leaf

📋 copy color: '#325716'

red 50 ◦ green 87 ◦ blue 22

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

Shades of Palm Leaf #325716

Tints of Palm Leaf #325716

RGB

 RED value IS 50 (19.92% from 255) = 31.45%

 GREEN value IS 87 (34.38% from 255) = 54.72%

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 31.45%
G = 54.72%
B = 13.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#325716 (or 0x325716) is known color: Palm Leaf. HEX triplet: 32, 57 and 16. RGB value is (50,87,22). Sum of RGB (Red+Green+Blue) = 50+87+22=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #325716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325716 is #CDA8E9. Grayscale: #444444. Windows color (decimal): -13478122 or 1464114. OLE color: 1464114.

HSL color Cylindrical-coordinate representation of color #325716: hue angle of 94.15º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325716 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 87 22 -
CMYK 0.43 0 0.75 0.66
HSL 94.15º 0.6% 0.21% -
HSV(B) 94.15º 0.75% 0.34% -
XYZ 4.87 7.55 1.96 -
YUV 68.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 50 87 22 0.43 0 0.75 0.66 94.15 0.6 0.21
Hex 32 57 16 2B 0 4B 42 5E 3C 15
Octal 62 127 26 53 0 113 102 136 74 25
Binary 110010 1010111 10110 101011 0 1001011 1000010 1011110 111100 10101

Color Harmonies of #325716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325716

Black with #325716

Text Example


Text Example

White with #325716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325716; }

 p { color: rgb(50,87,22); }

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

background-color css

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

 a { background-color: rgb(50,87,22); }

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

border-color css

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

 span { border-color: rgb(50,87,22); }

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