Html Css Color HEX #376404 Verdun Green

📋 copy color: '#376404'

red 55 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #376404

Tints of Verdun Green #376404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.89%

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 34.59%
G = 62.89%
B = 2.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#376404 (or 0x376404) is known color: Verdun Green. HEX triplet: 37, 64 and 04. RGB value is (55,100,4). Sum of RGB (Red+Green+Blue) = 55+100+4=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #376404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376404 is #C89BFB. Grayscale: #4B4B4B. Windows color (decimal): -13147132 or 287799. OLE color: 287799.

HSL color Cylindrical-coordinate representation of color #376404: hue angle of 88.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #376404 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 4 -
CMYK 0.45 0 0.96 0.61
HSL 88.13º 0.92% 0.2% -
HSV(B) 88.13º 0.96% 0.39% -
XYZ 6.15 9.94 1.71 -
YUV 75.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 55 100 4 0.45 0 0.96 0.61 88.13 0.92 0.2
Hex 37 64 4 2D 0 60 3D 58 5C 14
Octal 67 144 4 55 0 140 75 130 134 24
Binary 110111 1100100 100 101101 0 1100000 111101 1011000 1011100 10100

Color Harmonies of #376404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376404

Black with #376404

Text Example


Text Example

White with #376404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376404; }

 p { color: rgb(55,100,4); }

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

background-color css

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

 a { background-color: rgb(55,100,4); }

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

border-color css

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

 span { border-color: rgb(55,100,4); }

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