Html Css Color HEX #325816 Palm Leaf

📋 copy color: '#325816'

red 50 ◦ green 88 ◦ blue 22

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

Shades of Palm Leaf #325816

Tints of Palm Leaf #325816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55%

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

R = 31.25%
G = 55%
B = 13.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#325816 (or 0x325816) is known color: Palm Leaf. HEX triplet: 32, 58 and 16. RGB value is (50,88,22). Sum of RGB (Red+Green+Blue) = 50+88+22=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #325816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325816 is #CDA7E9. Grayscale: #454545. Windows color (decimal): -13477866 or 1464370. OLE color: 1464370.

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

Color convert

RGB 50 88 22 -
CMYK 0.43 0 0.75 0.65
HSL 94.55º 0.6% 0.22% -
HSV(B) 94.55º 0.75% 0.35% -
XYZ 4.95 7.72 1.99 -
YUV 69.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 50 88 22 0.43 0 0.75 0.65 94.55 0.6 0.22
Hex 32 58 16 2B 0 4B 41 5F 3C 16
Octal 62 130 26 53 0 113 101 137 74 26
Binary 110010 1011000 10110 101011 0 1001011 1000001 1011111 111100 10110

Color Harmonies of #325816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325816

Black with #325816

Text Example


Text Example

White with #325816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325816; }

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

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

background-color css

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

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

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

border-color css

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

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

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