Html Css Color HEX #376900 Verdun Green

📋 copy color: '#376900'

red 55 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #376900

Tints of Verdun Green #376900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 65.63%

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

R = 34.38%
G = 65.63%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#376900 (or 0x376900) is known color: Verdun Green. HEX triplet: 37, 69 and 00. RGB value is (55,105,0). Sum of RGB (Red+Green+Blue) = 55+105+0=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #376900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376900 is #C896FF. Grayscale: #4E4E4E. Windows color (decimal): -13145856 or 26935. OLE color: 26935.

HSL color Cylindrical-coordinate representation of color #376900: hue angle of 88.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #376900 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 0 -
CMYK 0.48 0 1 0.59
HSL 88.57º 1% 0.21% -
HSV(B) 88.57º 1% 0.41% -
XYZ 6.63 10.92 1.76 -
YUV 78.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 55 105 0 0.48 0 1 0.59 88.57 1 0.21
Hex 37 69 0 30 0 64 3B 59 64 15
Octal 67 151 0 60 0 144 73 131 144 25
Binary 110111 1101001 0 110000 0 1100100 111011 1011001 1100100 10101

Color Harmonies of #376900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376900

Black with #376900

Text Example


Text Example

White with #376900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376900; }

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

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

background-color css

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

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

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

border-color css

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

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

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