Html Css Color HEX #325914 Palm Leaf

📋 copy color: '#325914'

red 50 ◦ green 89 ◦ blue 20

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

Shades of Palm Leaf #325914

Tints of Palm Leaf #325914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 31.45%
G = 55.97%
B = 12.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#325914 (or 0x325914) is known color: Palm Leaf. HEX triplet: 32, 59 and 14. RGB value is (50,89,20). Sum of RGB (Red+Green+Blue) = 50+89+20=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #325914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325914 is #CDA6EB. Grayscale: #454545. Windows color (decimal): -13477612 or 1333554. OLE color: 1333554.

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

Color convert

RGB 50 89 20 -
CMYK 0.44 0 0.78 0.65
HSL 93.91º 0.63% 0.21% -
HSV(B) 93.91º 0.78% 0.35% -
XYZ 5.01 7.87 1.92 -
YUV 69.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 50 89 20 0.44 0 0.78 0.65 93.91 0.63 0.21
Hex 32 59 14 2C 0 4E 41 5E 3F 15
Octal 62 131 24 54 0 116 101 136 77 25
Binary 110010 1011001 10100 101100 0 1001110 1000001 1011110 111111 10101

Color Harmonies of #325914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325914

Black with #325914

Text Example


Text Example

White with #325914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325914; }

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

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

background-color css

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

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

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

border-color css

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

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

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