Html Css Color HEX #325815 Palm Leaf

📋 copy color: '#325815'

red 50 ◦ green 88 ◦ blue 21

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

Shades of Palm Leaf #325815

Tints of Palm Leaf #325815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 31.45%
G = 55.35%
B = 13.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#325815 (or 0x325815) is known color: Palm Leaf. HEX triplet: 32, 58 and 15. RGB value is (50,88,21). Sum of RGB (Red+Green+Blue) = 50+88+21=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #325815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325815 is #CDA7EA. Grayscale: #454545. Windows color (decimal): -13477867 or 1398834. OLE color: 1398834.

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

Color convert

RGB 50 88 21 -
CMYK 0.43 0 0.76 0.65
HSL 94.03º 0.61% 0.21% -
HSV(B) 94.03º 0.76% 0.35% -
XYZ 4.94 7.71 1.94 -
YUV 69 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 50 88 21 0.43 0 0.76 0.65 94.03 0.61 0.21
Hex 32 58 15 2B 0 4C 41 5E 3D 15
Octal 62 130 25 53 0 114 101 136 75 25
Binary 110010 1011000 10101 101011 0 1001100 1000001 1011110 111101 10101

Color Harmonies of #325815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325815

Black with #325815

Text Example


Text Example

White with #325815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325815; }

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

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

background-color css

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

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

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

border-color css

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

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

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