Html Css Color HEX #376101 Verdun Green

📋 copy color: '#376101'

red 55 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #376101

Tints of Verdun Green #376101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.4%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 35.95%
G = 63.4%
B = 0.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#376101 (or 0x376101) is known color: Verdun Green. HEX triplet: 37, 61 and 01. RGB value is (55,97,1). Sum of RGB (Red+Green+Blue) = 55+97+1=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #376101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376101 is #C89EFE. Grayscale: #494949. Windows color (decimal): -13147903 or 90423. OLE color: 90423.

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

Color convert

RGB 55 97 1 -
CMYK 0.43 0 0.99 0.62
HSL 86.25º 0.98% 0.19% -
HSV(B) 86.25º 0.99% 0.38% -
XYZ 5.86 9.36 1.53 -
YUV 73.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 55 97 1 0.43 0 0.99 0.62 86.25 0.98 0.19
Hex 37 61 1 2B 0 63 3E 56 62 13
Octal 67 141 1 53 0 143 76 126 142 23
Binary 110111 1100001 1 101011 0 1100011 111110 1010110 1100010 10011

Color Harmonies of #376101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376101

Black with #376101

Text Example


Text Example

White with #376101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376101; }

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

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

background-color css

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

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

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

border-color css

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

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

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