#376206

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

Shades of Verdun Green #376206

Tints of Verdun Green #376206

Color information

#376206 (or 0x376206) is unknown color: approx Verdun Green. HEX triplet: 37, 62 and 06. RGB value is (55,98,6). Sum of RGB (Red+Green+Blue) = 55+98+6=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #376206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376206 is #C89DF9. Grayscale: #4A4A4A. Windows color (decimal): -13147642 or 418359. OLE color: 418359.

HSL color Cylindrical-coordinate representation of color #376206: hue angle of 88.04º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #376206 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB55986-
CMYK0.4400.940.62
HSL88.04º88.46%20.39%-
HSV(B)88.04º93.88%38.43%-
XYZ5.989.561.7-
YUV74.6689.25113.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 98 (38.67% from 255) = 61.64%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=34.59%
G=61.64%
B=3.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559860.4400.940.6288.0488.4620.39
Hex376262C05E3E585814
Octal6714265401367613013024
Binary1101111100010110101100010111101111101011000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376206; }

 p { color: rgb(55,98,6); }

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

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

 a { background-color: rgb(55,98,6); }

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

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

 span { border-color: rgb(55,98,6); }

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