#376005

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

Shades of Verdun Green #376005

Tints of Verdun Green #376005

Color information

#376005 (or 0x376005) is unknown color: approx Verdun Green. HEX triplet: 37, 60 and 05. RGB value is (55,96,5). Sum of RGB (Red+Green+Blue) = 55+96+5=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #376005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376005 is #C89FFA. Grayscale: #494949. Windows color (decimal): -13148155 or 352311. OLE color: 352311.

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

Color convert

RGB55965-
CMYK0.4300.950.62
HSL87.03º90.1%19.8%-
HSV(B)87.03º94.79%37.65%-
XYZ5.799.191.61-
YUV73.3789.42114.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 96 (37.89% from 255) = 61.54%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=35.26%
G=61.54%
B=3.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559650.4300.950.6287.0390.119.8
Hex376052B05F3E575a14
Octal6714055301377612713224
Binary1101111100000101101011010111111111101010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376005; }

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

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

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

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

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

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

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

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