#325C0A

Color #325C0A Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #325C0A

Tints of Verdun Green #325C0A

Color information

#325C0A (or 0x325C0A) is unknown color: approx Verdun Green. HEX triplet: 32, 5C and 0A. RGB value is (50,92,10). Sum of RGB (Red+Green+Blue) = 50+92+10=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #325C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325C0A is #CDA3F5. Grayscale: #464646. Windows color (decimal): -13476854 or 678962. OLE color: 678962.

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

Color convert

RGB509210-
CMYK0.4600.890.64
HSL90.73º80.39%20%-
HSV(B)90.73º89.13%36.08%-
XYZ5.28.351.63-
YUV70.0994.09113.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 92 (36.33% from 255) = 60.53%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=32.89%
G=60.53%
B=6.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5092100.4600.890.6490.7380.3920
Hex325CA2E059405b5014
Octal621341256013110013312024
Binary110010101110010101011100101100110000001011011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,92,10); }

 H1.HeaderClassName
 {
   color: #325C0A;
 }
 .AnyTagClassName
 {
   color: #325C0A;
 }
</style>
background-color css

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

 a { background-color: rgb(50,92,10); }

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

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

 span { border-color: rgb(50,92,10); }

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