#376D00

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

Shades of Verdun Green #376D00

Tints of Verdun Green #376D00

Color information

#376D00 (or 0x376D00) is unknown color: approx Verdun Green. HEX triplet: 37, 6D and 00. RGB value is (55,109,0). Sum of RGB (Red+Green+Blue) = 55+109+0=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 109 (42.97% from 255 or 66.46% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 109 - color contains mainly: green. Hex color #376D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376D00 is #C892FF. Grayscale: #505050. Windows color (decimal): -13144832 or 27959. OLE color: 27959.

HSL color Cylindrical-coordinate representation of color #376D00: hue angle of 89.72º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #376D00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB551090-
CMYK0.50010.57
HSL89.72º100%21.37%-
HSV(B)89.72º100%42.75%-
XYZ7.0411.751.9-
YUV80.4382.61109.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 109 (42.97% from 255) = 66.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.54%
G=66.46%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5510900.50010.5789.7210021.37
Hex376D032064395a6415
Octal6715506201447113214425
Binary11011111011010110010011001001110011011010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376D00; }

 p { color: rgb(55,109,0); }

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

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

 a { background-color: rgb(55,109,0); }

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

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

 span { border-color: rgb(55,109,0); }

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