#315602

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

Shades of Verdun Green #315602

Tints of Verdun Green #315602

Color information

#315602 (or 0x315602) is unknown color: approx Verdun Green. HEX triplet: 31, 56 and 02. RGB value is (49,86,2). Sum of RGB (Red+Green+Blue) = 49+86+2=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #315602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315602 is #CEA9FD. Grayscale: #414141. Windows color (decimal): -13543934 or 153137. OLE color: 153137.

HSL color Cylindrical-coordinate representation of color #315602: hue angle of 86.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315602 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB49862-
CMYK0.4300.980.66
HSL86.43º95.45%17.25%-
HSV(B)86.43º97.67%33.73%-
XYZ4.617.311.23-
YUV65.3692.24116.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 86 (33.98% from 255) = 62.77%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=35.77%
G=62.77%
B=1.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal498620.4300.980.6686.4395.4517.25
Hex315622B06242565f11
Octal61126253014210212613721
Binary1100011010110101010110110001010000101010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315602; }

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

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

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

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

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

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

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

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