#376110

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

Shades of Verdun Green #376110

Tints of Verdun Green #376110

Color information

#376110 (or 0x376110) is unknown color: approx Verdun Green. HEX triplet: 37, 61 and 10. RGB value is (55,97,16). Sum of RGB (Red+Green+Blue) = 55+97+16=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #376110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376110 is #C89EEF. Grayscale: #4B4B4B. Windows color (decimal): -13147888 or 1073463. OLE color: 1073463.

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

Color convert

RGB559716-
CMYK0.4300.840.62
HSL91.11º71.68%22.16%-
HSV(B)91.11º83.51%38.04%-
XYZ5.949.41.99-
YUV75.2194.59113.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=32.74%
G=57.74%
B=9.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597160.4300.840.6291.1171.6822.16
Hex3761102B0543E5b4816
Octal67141205301247613311026
Binary110111110000110000101011010101001111101011011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376110; }

 p { color: rgb(55,97,16); }

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

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

 a { background-color: rgb(55,97,16); }

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

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

 span { border-color: rgb(55,97,16); }

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