Html Css Color HEX #476402 Verdun Green

📋 copy color: '#476402'

red 71 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #476402

Tints of Verdun Green #476402

RGB

 RED value IS 71 (28.13% from 255) = 41.04%

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

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

R = 41.04%
G = 57.8%
B = 1.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#476402 (or 0x476402) is known color: Verdun Green. HEX triplet: 47, 64 and 02. RGB value is (71,100,2). Sum of RGB (Red+Green+Blue) = 71+100+2=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #476402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476402 is #B89BFD. Grayscale: #505050. Windows color (decimal): -12098558 or 156743. OLE color: 156743.

HSL color Cylindrical-coordinate representation of color #476402: hue angle of 77.76º 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 #476402 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 2 -
CMYK 0.29 0 0.98 0.61
HSL 77.76º 0.96% 0.2% -
HSV(B) 77.76º 0.98% 0.39% -
XYZ 7.17 10.46 1.7 -
YUV 80.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 71 100 2 0.29 0 0.98 0.61 77.76 0.96 0.2
Hex 47 64 2 1D 0 62 3D 4E 60 14
Octal 107 144 2 35 0 142 75 116 140 24
Binary 1000111 1100100 10 11101 0 1100010 111101 1001110 1100000 10100

Color Harmonies of #476402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476402

Black with #476402

Text Example


Text Example

White with #476402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476402; }

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

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

background-color css

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

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

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

border-color css

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

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

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