Html Css Color HEX #376402 Verdun Green

📋 copy color: '#376402'

red 55 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #376402

Tints of Verdun Green #376402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 35.03%
G = 63.69%
B = 1.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#376402 (or 0x376402) is known color: Verdun Green. HEX triplet: 37, 64 and 02. RGB value is (55,100,2). Sum of RGB (Red+Green+Blue) = 55+100+2=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #376402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376402 is #C89BFD. Grayscale: #4B4B4B. Windows color (decimal): -13147134 or 156727. OLE color: 156727.

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

Color convert

RGB 55 100 2 -
CMYK 0.45 0 0.98 0.61
HSL 87.55º 0.96% 0.2% -
HSV(B) 87.55º 0.98% 0.39% -
XYZ 6.14 9.93 1.65 -
YUV 75.37 86.59 113.47 -
System Red Green Blue C M Y K H S L
Decimal 55 100 2 0.45 0 0.98 0.61 87.55 0.96 0.2
Hex 37 64 2 2D 0 62 3D 58 60 14
Octal 67 144 2 55 0 142 75 130 140 24
Binary 110111 1100100 10 101101 0 1100010 111101 1011000 1100000 10100

Color Harmonies of #376402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376402

Black with #376402

Text Example


Text Example

White with #376402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376402; }

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

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

background-color css

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

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

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

border-color css

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

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

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