#376808

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

Shades of Verdun Green #376808

Tints of Verdun Green #376808

Color information

#376808 (or 0x376808) is unknown color: approx Verdun Green. HEX triplet: 37, 68 and 08. RGB value is (55,104,8). Sum of RGB (Red+Green+Blue) = 55+104+8=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #376808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376808 is #C897F7. Grayscale: #4E4E4E. Windows color (decimal): -13146104 or 550967. OLE color: 550967.

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

Color convert

RGB551048-
CMYK0.4700.920.59
HSL90.62º85.71%21.96%-
HSV(B)90.62º92.31%40.78%-
XYZ6.5710.731.95-
YUV78.488.27111.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 104 (41.02% from 255) = 62.28%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=32.93%
G=62.28%
B=4.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5510480.4700.920.5990.6285.7121.96
Hex376882F05C3B5b5616
Octal67150105701347313312626
Binary11011111010001000101111010111001110111011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376808; }

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

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

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

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

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

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

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

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