#376802

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

Shades of Verdun Green #376802

Tints of Verdun Green #376802

Color information

#376802 (or 0x376802) is unknown color: approx Verdun Green. HEX triplet: 37, 68 and 02. RGB value is (55,104,2). Sum of RGB (Red+Green+Blue) = 55+104+2=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #376802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376802 is #C897FD. Grayscale: #4E4E4E. Windows color (decimal): -13146110 or 157751. OLE color: 157751.

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

Color convert

RGB551042-
CMYK0.4700.980.59
HSL88.82º96.23%20.78%-
HSV(B)88.82º98.08%40.78%-
XYZ6.5410.721.78-
YUV77.7285.27111.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 104 (41.02% from 255) = 64.60%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=34.16%
G=64.60%
B=1.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5510420.4700.980.5988.8296.2320.78
Hex376822F0623B596015
Octal6715025701427313114025
Binary110111110100010101111011000101110111011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376802; }

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

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

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

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

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

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

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

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