Html Css Color HEX #376200 Verdun Green

📋 copy color: '#376200'

red 55 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #376200

Tints of Verdun Green #376200

RGB

 RED value IS 55 (21.88% from 255) = 35.95%

 GREEN value IS 98 (38.67% from 255) = 64.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.95%
G = 64.05%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#376200 (or 0x376200) is known color: Verdun Green. HEX triplet: 37, 62 and 00. RGB value is (55,98,0). Sum of RGB (Red+Green+Blue) = 55+98+0=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #376200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376200 is #C89DFF. Grayscale: #4A4A4A. Windows color (decimal): -13147648 or 25143. OLE color: 25143.

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

Color convert

RGB 55 98 0 -
CMYK 0.44 0 1 0.62
HSL 86.33º 1% 0.19% -
HSV(B) 86.33º 1% 0.38% -
XYZ 5.94 9.55 1.53 -
YUV 73.97 86.25 114.47 -
System Red Green Blue C M Y K H S L
Decimal 55 98 0 0.44 0 1 0.62 86.33 1 0.19
Hex 37 62 0 2C 0 64 3E 56 64 13
Octal 67 142 0 54 0 144 76 126 144 23
Binary 110111 1100010 0 101100 0 1100100 111110 1010110 1100100 10011

Color Harmonies of #376200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376200

Black with #376200

Text Example


Text Example

White with #376200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376200; }

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

 H1.HeaderClassName
 {
   color: #376200;
 }
 .AnyTagClassName
 {
   color: #376200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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