Html Css Color HEX #476812 Verdun Green

📋 copy color: '#476812'

red 71 ◦ green 104 ◦ blue 18

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

Shades of Verdun Green #476812

Tints of Verdun Green #476812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

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

R = 36.79%
G = 53.89%
B = 9.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#476812 (or 0x476812) is known color: Verdun Green. HEX triplet: 47, 68 and 12. RGB value is (71,104,18). Sum of RGB (Red+Green+Blue) = 71+104+18=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #476812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476812 is #B897ED. Grayscale: #545454. Windows color (decimal): -12097518 or 1206343. OLE color: 1206343.

HSL color Cylindrical-coordinate representation of color #476812: hue angle of 83.02º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #476812 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 18 -
CMYK 0.32 0 0.83 0.59
HSL 83.02º 0.7% 0.24% -
HSV(B) 83.02º 0.83% 0.41% -
XYZ 7.66 11.28 2.35 -
YUV 84.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 71 104 18 0.32 0 0.83 0.59 83.02 0.7 0.24
Hex 47 68 12 20 0 53 3B 53 46 18
Octal 107 150 22 40 0 123 73 123 106 30
Binary 1000111 1101000 10010 100000 0 1010011 111011 1010011 1000110 11000

Color Harmonies of #476812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476812

Black with #476812

Text Example


Text Example

White with #476812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476812; }

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

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

background-color css

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

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

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

border-color css

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

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

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