#376205

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

Shades of Verdun Green #376205

Tints of Verdun Green #376205

Color information

#376205 (or 0x376205) is unknown color: approx Verdun Green. HEX triplet: 37, 62 and 05. RGB value is (55,98,5). Sum of RGB (Red+Green+Blue) = 55+98+5=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #376205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376205 is #C89DFA. Grayscale: #4A4A4A. Windows color (decimal): -13147643 or 352823. OLE color: 352823.

HSL color Cylindrical-coordinate representation of color #376205: hue angle of 87.74º 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 #376205 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB55985-
CMYK0.4400.950.62
HSL87.74º90.29%20.2%-
HSV(B)87.74º94.9%38.43%-
XYZ5.979.561.67-
YUV74.5488.75114.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 98 (38.67% from 255) = 62.03%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=34.81%
G=62.03%
B=3.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559850.4400.950.6287.7490.2920.2
Hex376252C05F3E585a14
Octal6714255401377613013224
Binary1101111100010101101100010111111111101011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376205; }

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

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

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

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

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

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

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

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