Html Css Color HEX #476013 Verdun Green

📋 copy color: '#476013'

red 71 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #476013

Tints of Verdun Green #476013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.61%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 38.17%
G = 51.61%
B = 10.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#476013 (or 0x476013) is known color: Verdun Green. HEX triplet: 47, 60 and 13. RGB value is (71,96,19). Sum of RGB (Red+Green+Blue) = 71+96+19=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #476013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476013 is #B89FEC. Grayscale: #505050. Windows color (decimal): -12099565 or 1269831. OLE color: 1269831.

HSL color Cylindrical-coordinate representation of color #476013: hue angle of 79.48º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #476013 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 19 -
CMYK 0.26 0 0.80 0.62
HSL 79.48º 0.67% 0.23% -
HSV(B) 79.48º 0.8% 0.38% -
XYZ 6.9 9.75 2.13 -
YUV 79.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 71 96 19 0.26 0 0.80 0.62 79.48 0.67 0.23
Hex 47 60 13 1A 0 50 3E 4F 43 17
Octal 107 140 23 32 0 120 76 117 103 27
Binary 1000111 1100000 10011 11010 0 1010000 111110 1001111 1000011 10111

Color Harmonies of #476013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476013

Black with #476013

Text Example


Text Example

White with #476013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476013; }

 p { color: rgb(71,96,19); }

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

background-color css

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

 a { background-color: rgb(71,96,19); }

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

border-color css

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

 span { border-color: rgb(71,96,19); }

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