Html Css Color HEX #476206 Verdun Green

📋 copy color: '#476206'

red 71 ◦ green 98 ◦ blue 6

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

Shades of Verdun Green #476206

Tints of Verdun Green #476206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56%

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 40.57%
G = 56%
B = 3.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#476206 (or 0x476206) is known color: Verdun Green. HEX triplet: 47, 62 and 06. RGB value is (71,98,6). Sum of RGB (Red+Green+Blue) = 71+98+6=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #476206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476206 is #B89DF9. Grayscale: #4F4F4F. Windows color (decimal): -12099066 or 418375. OLE color: 418375.

HSL color Cylindrical-coordinate representation of color #476206: hue angle of 77.61º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #476206 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 98 6 -
CMYK 0.28 0 0.94 0.62
HSL 77.61º 0.88% 0.2% -
HSV(B) 77.61º 0.94% 0.38% -
XYZ 7 10.09 1.75 -
YUV 79.44 86.55 121.98 -
System Red Green Blue C M Y K H S L
Decimal 71 98 6 0.28 0 0.94 0.62 77.61 0.88 0.2
Hex 47 62 6 1C 0 5E 3E 4E 58 14
Octal 107 142 6 34 0 136 76 116 130 24
Binary 1000111 1100010 110 11100 0 1011110 111110 1001110 1011000 10100

Color Harmonies of #476206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476206

Black with #476206

Text Example


Text Example

White with #476206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476206; }

 p { color: rgb(71,98,6); }

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

background-color css

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

 a { background-color: rgb(71,98,6); }

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

border-color css

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

 span { border-color: rgb(71,98,6); }

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