Html Css Color HEX #476012 Verdun Green

📋 copy color: '#476012'

red 71 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #476012

Tints of Verdun Green #476012

RGB

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

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

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

R = 38.38%
G = 51.89%
B = 9.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#476012 (or 0x476012) is known color: Verdun Green. HEX triplet: 47, 60 and 12. RGB value is (71,96,18). Sum of RGB (Red+Green+Blue) = 71+96+18=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #476012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476012 is #B89FED. Grayscale: #4F4F4F. Windows color (decimal): -12099566 or 1204295. OLE color: 1204295.

HSL color Cylindrical-coordinate representation of color #476012: hue angle of 79.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #476012 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 18 -
CMYK 0.26 0 0.81 0.62
HSL 79.23º 0.68% 0.22% -
HSV(B) 79.23º 0.81% 0.38% -
XYZ 6.89 9.75 2.09 -
YUV 79.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 71 96 18 0.26 0 0.81 0.62 79.23 0.68 0.22
Hex 47 60 12 1A 0 51 3E 4F 44 16
Octal 107 140 22 32 0 121 76 117 104 26
Binary 1000111 1100000 10010 11010 0 1010001 111110 1001111 1000100 10110

Color Harmonies of #476012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476012

Black with #476012

Text Example


Text Example

White with #476012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476012; }

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

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

background-color css

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

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

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

border-color css

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

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

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