Html Css Color HEX #476912 Verdun Green

📋 copy color: '#476912'

red 71 ◦ green 105 ◦ blue 18

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

Shades of Verdun Green #476912

Tints of Verdun Green #476912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.12%

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

R = 36.6%
G = 54.12%
B = 9.28%

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

#476912 (or 0x476912) is known color: Verdun Green. HEX triplet: 47, 69 and 12. RGB value is (71,105,18). Sum of RGB (Red+Green+Blue) = 71+105+18=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #476912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476912 is #B896ED. Grayscale: #555555. Windows color (decimal): -12097262 or 1206599. OLE color: 1206599.

HSL color Cylindrical-coordinate representation of color #476912: hue angle of 83.45º degrees, saturation: 0.71, 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 #476912 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 18 -
CMYK 0.32 0 0.83 0.59
HSL 83.45º 0.71% 0.24% -
HSV(B) 83.45º 0.83% 0.41% -
XYZ 7.76 11.49 2.38 -
YUV 84.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 71 105 18 0.32 0 0.83 0.59 83.45 0.71 0.24
Hex 47 69 12 20 0 53 3B 53 47 18
Octal 107 151 22 40 0 123 73 123 107 30
Binary 1000111 1101001 10010 100000 0 1010011 111011 1010011 1000111 11000

Color Harmonies of #476912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476912

Black with #476912

Text Example


Text Example

White with #476912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476912; }

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

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

background-color css

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

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

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

border-color css

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

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

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