Html Css Color HEX #376205 Verdun Green

📋 copy color: '#376205'

red 55 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #376205

Tints of Verdun Green #376205

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 value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 55 98 5 -
CMYK 0.44 0 0.95 0.62
HSL 87.74º 0.9% 0.2% -
HSV(B) 87.74º 0.95% 0.38% -
XYZ 5.97 9.56 1.67 -
YUV 74.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 55 98 5 0.44 0 0.95 0.62 87.74 0.9 0.2
Hex 37 62 5 2C 0 5F 3E 58 5A 14
Octal 67 142 5 54 0 137 76 130 132 24
Binary 110111 1100010 101 101100 0 1011111 111110 1011000 1011010 10100

Color Harmonies of #376205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376205

Black with #376205

Text Example


Text Example

White with #376205

Text Example


Text Example

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