Html Css Color HEX #376102 Verdun Green

📋 copy color: '#376102'

red 55 ◦ green 97 ◦ blue 2

#376102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #376102

Tints of Verdun Green #376102

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.3%

R = 35.71%
G = 62.99%
B = 1.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#376102 (or 0x376102) is known color: 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

RGB 55 97 2 -
CMYK 0.43 0 0.98 0.62
HSL 86.53º 0.96% 0.19% -
HSV(B) 86.53º 0.98% 0.38% -
XYZ 5.86 9.37 1.56 -
YUV 73.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 55 97 2 0.43 0 0.98 0.62 86.53 0.96 0.19
Hex 37 61 2 2B 0 62 3E 57 60 13
Octal 67 141 2 53 0 142 76 127 140 23
Binary 110111 1100001 10 101011 0 1100010 111110 1010111 1100000 10011

Color Harmonies of #376102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376102

Black with #376102

Text Example


Text Example

White with #376102

Text Example


Text Example

HTML Codes & Css Web 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>