Html Css Color HEX #476207 Verdun Green

📋 copy color: '#476207'

red 71 ◦ green 98 ◦ blue 7

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

Shades of Verdun Green #476207

Tints of Verdun Green #476207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 40.34%
G = 55.68%
B = 3.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#476207 (or 0x476207) is known color: Verdun Green. HEX triplet: 47, 62 and 07. RGB value is (71,98,7). Sum of RGB (Red+Green+Blue) = 71+98+7=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #476207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476207 is #B89DF8. Grayscale: #4F4F4F. Windows color (decimal): -12099065 or 483911. OLE color: 483911.

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

Color convert

RGB 71 98 7 -
CMYK 0.28 0 0.93 0.62
HSL 77.8º 0.87% 0.21% -
HSV(B) 77.8º 0.93% 0.38% -
XYZ 7 10.09 1.78 -
YUV 79.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 71 98 7 0.28 0 0.93 0.62 77.8 0.87 0.21
Hex 47 62 7 1C 0 5D 3E 4E 57 15
Octal 107 142 7 34 0 135 76 116 127 25
Binary 1000111 1100010 111 11100 0 1011101 111110 1001110 1010111 10101

Color Harmonies of #476207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476207

Black with #476207

Text Example


Text Example

White with #476207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476207; }

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

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

background-color css

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

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

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

border-color css

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

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

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