Html Css Color HEX #474812 Verdun Green

📋 copy color: '#474812'

red 71 ◦ green 72 ◦ blue 18

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

Shades of Verdun Green #474812

Tints of Verdun Green #474812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

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

R = 44.1%
G = 44.72%
B = 11.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#474812 (or 0x474812) is known color: Verdun Green. HEX triplet: 47, 48 and 12. RGB value is (71,72,18). Sum of RGB (Red+Green+Blue) = 71+72+18=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #474812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474812 is #B8B7ED. Grayscale: #414141. Windows color (decimal): -12105710 or 1198151. OLE color: 1198151.

HSL color Cylindrical-coordinate representation of color #474812: hue angle of 61.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #474812 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 18 -
CMYK 0.01 0 0.75 0.72
HSL 61.11º 0.6% 0.18% -
HSV(B) 61.11º 0.75% 0.28% -
XYZ 5.03 6.02 1.47 -
YUV 65.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 71 72 18 0.01 0 0.75 0.72 61.11 0.6 0.18
Hex 47 48 12 1 0 4B 48 3D 3C 12
Octal 107 110 22 1 0 113 110 75 74 22
Binary 1000111 1001000 10010 1 0 1001011 1001000 111101 111100 10010

Color Harmonies of #474812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474812

Black with #474812

Text Example


Text Example

White with #474812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474812; }

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

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

background-color css

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

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

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

border-color css

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

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

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