#316602

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

Shades of Verdun Green #316602

Tints of Verdun Green #316602

Color information

#316602 (or 0x316602) is unknown color: approx Verdun Green. HEX triplet: 31, 66 and 02. RGB value is (49,102,2). Sum of RGB (Red+Green+Blue) = 49+102+2=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #316602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316602 is #CE99FD. Grayscale: #4B4B4B. Windows color (decimal): -13539838 or 157233. OLE color: 157233.

HSL color Cylindrical-coordinate representation of color #316602: hue angle of 91.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #316602 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB491022-
CMYK0.5200.980.6
HSL91.8º96.15%20.39%-
HSV(B)91.8º98.04%40%-
XYZ6.0310.161.7-
YUV74.7586.94109.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 102 (40.23% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=32.03%
G=66.67%
B=1.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4910220.5200.980.691.896.1520.39
Hex31662340623C5c6014
Octal6114626401427413414024
Binary110001110011010110100011000101111001011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316602; }

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

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

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

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

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

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

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

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