Html Css Color HEX #325919 Palm Leaf

📋 copy color: '#325919'

red 50 ◦ green 89 ◦ blue 25

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

Shades of Palm Leaf #325919

Tints of Palm Leaf #325919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.27%

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 30.49%
G = 54.27%
B = 15.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#325919 (or 0x325919) is known color: Palm Leaf. HEX triplet: 32, 59 and 19. RGB value is (50,89,25). Sum of RGB (Red+Green+Blue) = 50+89+25=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #325919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325919 is #CDA6E6. Grayscale: #464646. Windows color (decimal): -13477607 or 1661234. OLE color: 1661234.

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

Color convert

RGB 50 89 25 -
CMYK 0.44 0 0.72 0.65
HSL 96.56º 0.56% 0.22% -
HSV(B) 96.56º 0.72% 0.35% -
XYZ 5.06 7.89 2.18 -
YUV 70.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 50 89 25 0.44 0 0.72 0.65 96.56 0.56 0.22
Hex 32 59 19 2C 0 48 41 61 38 16
Octal 62 131 31 54 0 110 101 141 70 26
Binary 110010 1011001 11001 101100 0 1001000 1000001 1100001 111000 10110

Color Harmonies of #325919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325919

Black with #325919

Text Example


Text Example

White with #325919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325919; }

 p { color: rgb(50,89,25); }

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

background-color css

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

 a { background-color: rgb(50,89,25); }

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

border-color css

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

 span { border-color: rgb(50,89,25); }

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