#376004

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

Shades of Verdun Green #376004

Tints of Verdun Green #376004

Color information

#376004 (or 0x376004) is unknown color: approx Verdun Green. HEX triplet: 37, 60 and 04. RGB value is (55,96,4). Sum of RGB (Red+Green+Blue) = 55+96+4=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #376004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376004 is #C89FFB. Grayscale: #494949. Windows color (decimal): -13148156 or 286775. OLE color: 286775.

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

Color convert

RGB55964-
CMYK0.4300.960.62
HSL86.74º92%19.61%-
HSV(B)86.74º95.83%37.65%-
XYZ5.789.191.58-
YUV73.2588.92114.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=35.48%
G=61.94%
B=2.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559640.4300.960.6286.749219.61
Hex376042B0603E575c14
Octal6714045301407612713424
Binary1101111100000100101011011000001111101010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376004; }

 p { color: rgb(55,96,4); }

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

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

 a { background-color: rgb(55,96,4); }

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

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

 span { border-color: rgb(55,96,4); }

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