Html Css Color HEX #325619 Palm Leaf

📋 copy color: '#325619'

red 50 ◦ green 86 ◦ blue 25

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

Shades of Palm Leaf #325619

Tints of Palm Leaf #325619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.42%

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

R = 31.06%
G = 53.42%
B = 15.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#325619 (or 0x325619) is known color: Palm Leaf. HEX triplet: 32, 56 and 19. RGB value is (50,86,25). Sum of RGB (Red+Green+Blue) = 50+86+25=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #325619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325619 is #CDA9E6. Grayscale: #444444. Windows color (decimal): -13478375 or 1660466. OLE color: 1660466.

HSL color Cylindrical-coordinate representation of color #325619: hue angle of 95.41º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325619 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 86 25 -
CMYK 0.42 0 0.71 0.66
HSL 95.41º 0.55% 0.22% -
HSV(B) 95.41º 0.71% 0.34% -
XYZ 4.82 7.4 2.09 -
YUV 68.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 50 86 25 0.42 0 0.71 0.66 95.41 0.55 0.22
Hex 32 56 19 2A 0 47 42 5F 37 16
Octal 62 126 31 52 0 107 102 137 67 26
Binary 110010 1010110 11001 101010 0 1000111 1000010 1011111 110111 10110

Color Harmonies of #325619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325619

Black with #325619

Text Example


Text Example

White with #325619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325619; }

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

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

background-color css

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

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

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

border-color css

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

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

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