Html Css Color HEX #476512 Verdun Green

📋 copy color: '#476512'

red 71 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #476512

Tints of Verdun Green #476512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.16%

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 37.37%
G = 53.16%
B = 9.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#476512 (or 0x476512) is known color: Verdun Green. HEX triplet: 47, 65 and 12. RGB value is (71,101,18). Sum of RGB (Red+Green+Blue) = 71+101+18=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #476512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476512 is #B89AED. Grayscale: #525252. Windows color (decimal): -12098286 or 1205575. OLE color: 1205575.

HSL color Cylindrical-coordinate representation of color #476512: hue angle of 81.69º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #476512 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 101 18 -
CMYK 0.30 0 0.82 0.60
HSL 81.69º 0.7% 0.23% -
HSV(B) 81.69º 0.82% 0.4% -
XYZ 7.36 10.69 2.25 -
YUV 82.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 71 101 18 0.30 0 0.82 0.60 81.69 0.7 0.23
Hex 47 65 12 1E 0 52 3C 52 46 17
Octal 107 145 22 36 0 122 74 122 106 27
Binary 1000111 1100101 10010 11110 0 1010010 111100 1010010 1000110 10111

Color Harmonies of #476512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476512

Black with #476512

Text Example


Text Example

White with #476512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476512; }

 p { color: rgb(71,101,18); }

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

background-color css

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

 a { background-color: rgb(71,101,18); }

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

border-color css

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

 span { border-color: rgb(71,101,18); }

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