#376102

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

Shades of Verdun Green #376102

Tints of Verdun Green #376102

Color information

#376102 (or 0x376102) is unknown color: approx Verdun Green. HEX triplet: 37, 61 and 02. RGB value is (55,97,2). Sum of RGB (Red+Green+Blue) = 55+97+2=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 97 (38.28% from 255 or 62.99% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 97 - color contains mainly: green. Hex color #376102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376102 is #C89EFD. Grayscale: #494949. Windows color (decimal): -13147902 or 155959. OLE color: 155959.

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

Color convert

RGB55972-
CMYK0.4300.980.62
HSL86.53º95.96%19.41%-
HSV(B)86.53º97.94%38.04%-
XYZ5.869.371.56-
YUV73.6187.59114.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.71%
GREEN value IS 97 (38.28% from 255) = 62.99%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=35.71%
G=62.99%
B=1.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal559720.4300.980.6286.5395.9619.41
Hex376122B0623E576013
Octal6714125301427612714023
Binary110111110000110101011011000101111101010111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376102; }

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

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

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

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

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

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

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

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