Html Css Color HEX #376010 Verdun Green

📋 copy color: '#376010'

red 55 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #376010

Tints of Verdun Green #376010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 32.93%
G = 57.49%
B = 9.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#376010 (or 0x376010) is known color: Verdun Green. HEX triplet: 37, 60 and 10. RGB value is (55,96,16). Sum of RGB (Red+Green+Blue) = 55+96+16=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #376010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376010 is #C89FEF. Grayscale: #4A4A4A. Windows color (decimal): -13148144 or 1073207. OLE color: 1073207.

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

Color convert

RGB 55 96 16 -
CMYK 0.43 0 0.83 0.62
HSL 90.75º 0.71% 0.22% -
HSV(B) 90.75º 0.83% 0.38% -
XYZ 5.85 9.22 1.96 -
YUV 74.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 55 96 16 0.43 0 0.83 0.62 90.75 0.71 0.22
Hex 37 60 10 2B 0 53 3E 5B 47 16
Octal 67 140 20 53 0 123 76 133 107 26
Binary 110111 1100000 10000 101011 0 1010011 111110 1011011 1000111 10110

Color Harmonies of #376010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376010

Black with #376010

Text Example


Text Example

White with #376010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376010; }

 p { color: rgb(55,96,16); }

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

background-color css

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

 a { background-color: rgb(55,96,16); }

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

border-color css

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

 span { border-color: rgb(55,96,16); }

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