#315A02

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

Shades of Verdun Green #315A02

Tints of Verdun Green #315A02

Color information

#315A02 (or 0x315A02) is unknown color: approx Verdun Green. HEX triplet: 31, 5A and 02. RGB value is (49,90,2). Sum of RGB (Red+Green+Blue) = 49+90+2=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #315A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315A02 is #CEA5FD. Grayscale: #444444. Windows color (decimal): -13542910 or 154161. OLE color: 154161.

HSL color Cylindrical-coordinate representation of color #315A02: hue angle of 87.95º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315A02 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB49902-
CMYK0.4600.980.65
HSL87.95º95.65%18.04%-
HSV(B)87.95º97.78%35.29%-
XYZ4.937.971.34-
YUV67.7190.92114.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 90 (35.55% from 255) = 63.83%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=34.75%
G=63.83%
B=1.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal499020.4600.980.6587.9595.6518.04
Hex315A22E06241586012
Octal61132256014210113014022
Binary1100011011010101011100110001010000011011000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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