#376202

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

Shades of Verdun Green #376202

Tints of Verdun Green #376202

Color information

#376202 (or 0x376202) is unknown color: approx Verdun Green. HEX triplet: 37, 62 and 02. RGB value is (55,98,2). Sum of RGB (Red+Green+Blue) = 55+98+2=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #376202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376202 is #C89DFD. Grayscale: #4A4A4A. Windows color (decimal): -13147646 or 156215. OLE color: 156215.

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

Color convert

RGB55982-
CMYK0.4400.980.62
HSL86.88º96%19.61%-
HSV(B)86.88º97.96%38.43%-
XYZ5.959.551.59-
YUV74.287.25114.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=35.48%
G=63.23%
B=1.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559820.4400.980.6286.889619.61
Hex376222C0623E576014
Octal6714225401427612714024
Binary110111110001010101100011000101111101010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376202; }

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

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

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

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

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

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

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

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