#376803

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

Shades of Verdun Green #376803

Tints of Verdun Green #376803

Color information

#376803 (or 0x376803) is unknown color: approx Verdun Green. HEX triplet: 37, 68 and 03. RGB value is (55,104,3). Sum of RGB (Red+Green+Blue) = 55+104+3=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #376803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376803 is #C897FC. Grayscale: #4E4E4E. Windows color (decimal): -13146109 or 223287. OLE color: 223287.

HSL color Cylindrical-coordinate representation of color #376803: hue angle of 89.11º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #376803 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB551043-
CMYK0.4700.970.59
HSL89.11º94.39%20.98%-
HSV(B)89.11º97.12%40.78%-
XYZ6.5410.721.81-
YUV77.8385.77111.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 104 (41.02% from 255) = 64.20%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=33.95%
G=64.20%
B=1.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5510430.4700.970.5989.1194.3920.98
Hex376832F0613B595e15
Octal6715035701417313113625
Binary110111110100011101111011000011110111011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376803; }

 p { color: rgb(55,104,3); }

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

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

 a { background-color: rgb(55,104,3); }

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

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

 span { border-color: rgb(55,104,3); }

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