#376007

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

Shades of Verdun Green #376007

Tints of Verdun Green #376007

Color information

#376007 (or 0x376007) is unknown color: approx Verdun Green. HEX triplet: 37, 60 and 07. RGB value is (55,96,7). Sum of RGB (Red+Green+Blue) = 55+96+7=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #376007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376007 is #C89FF8. Grayscale: #494949. Windows color (decimal): -13148153 or 483383. OLE color: 483383.

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

Color convert

RGB55967-
CMYK0.4300.930.62
HSL87.64º86.41%20.2%-
HSV(B)87.64º92.71%37.65%-
XYZ5.89.191.67-
YUV73.690.42114.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=34.81%
G=60.76%
B=4.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559670.4300.930.6287.6486.4120.2
Hex376072B05D3E585614
Octal6714075301357613012624
Binary1101111100000111101011010111011111101011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376007; }

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

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

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

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

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

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

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

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