#315D02

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

Shades of Verdun Green #315D02

Tints of Verdun Green #315D02

Color information

#315D02 (or 0x315D02) is unknown color: approx Verdun Green. HEX triplet: 31, 5D and 02. RGB value is (49,93,2). Sum of RGB (Red+Green+Blue) = 49+93+2=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 93 (36.72% from 255 or 64.58% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 93 - color contains mainly: green. Hex color #315D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315D02 is #CEA2FD. Grayscale: #454545. Windows color (decimal): -13542142 or 154929. OLE color: 154929.

HSL color Cylindrical-coordinate representation of color #315D02: hue angle of 89.01º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315D02 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB49932-
CMYK0.4700.980.64
HSL89.01º95.79%18.63%-
HSV(B)89.01º97.85%36.47%-
XYZ5.198.491.42-
YUV69.4789.92113.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 93 (36.72% from 255) = 64.58%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=34.03%
G=64.58%
B=1.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal499320.4700.980.6489.0195.7918.63
Hex315D22F06240596013
Octal61135257014210013114023
Binary1100011011101101011110110001010000001011001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315D02; }

 p { color: rgb(49,93,2); }

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

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

 a { background-color: rgb(49,93,2); }

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

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

 span { border-color: rgb(49,93,2); }

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