Html Css Color HEX #325D12 Palm Leaf

📋 copy color: '#325D12'

red 50 ◦ green 93 ◦ blue 18

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

Shades of Palm Leaf #325D12

Tints of Palm Leaf #325D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 57.76%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 31.06%
G = 57.76%
B = 11.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#325D12 (or 0x325D12) is known color: Palm Leaf. HEX triplet: 32, 5D and 12. RGB value is (50,93,18). Sum of RGB (Red+Green+Blue) = 50+93+18=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #325D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325D12 is #CDA2ED. Grayscale: #474747. Windows color (decimal): -13476590 or 1203506. OLE color: 1203506.

HSL color Cylindrical-coordinate representation of color #325D12: hue angle of 94.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #325D12 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 18 -
CMYK 0.46 0 0.81 0.64
HSL 94.4º 0.68% 0.22% -
HSV(B) 94.4º 0.81% 0.36% -
XYZ 5.34 8.55 1.94 -
YUV 71.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 50 93 18 0.46 0 0.81 0.64 94.4 0.68 0.22
Hex 32 5D 12 2E 0 51 40 5E 44 16
Octal 62 135 22 56 0 121 100 136 104 26
Binary 110010 1011101 10010 101110 0 1010001 1000000 1011110 1000100 10110

Color Harmonies of #325D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D12

Black with #325D12

Text Example


Text Example

White with #325D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325D12; }

 p { color: rgb(50,93,18); }

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

background-color css

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

 a { background-color: rgb(50,93,18); }

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

border-color css

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

 span { border-color: rgb(50,93,18); }

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