Html Css Color HEX #474A0C Verdun Green

📋 copy color: '#474A0C'

red 71 ◦ green 74 ◦ blue 12

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

Shades of Verdun Green #474A0C

Tints of Verdun Green #474A0C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.13%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 45.22%
G = 47.13%
B = 7.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#474A0C (or 0x474A0C) is known color: Verdun Green. HEX triplet: 47, 4A and 0C. RGB value is (71,74,12). Sum of RGB (Red+Green+Blue) = 71+74+12=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #474A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474A0C is #B8B5F3. Grayscale: #424242. Windows color (decimal): -12105204 or 805447. OLE color: 805447.

HSL color Cylindrical-coordinate representation of color #474A0C: hue angle of 62.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #474A0C is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 74 12 -
CMYK 0.04 0 0.84 0.71
HSL 62.9º 0.72% 0.17% -
HSV(B) 62.9º 0.84% 0.29% -
XYZ 5.11 6.26 1.29 -
YUV 66.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 71 74 12 0.04 0 0.84 0.71 62.9 0.72 0.17
Hex 47 4A C 4 0 54 47 3F 48 11
Octal 107 112 14 4 0 124 107 77 110 21
Binary 1000111 1001010 1100 100 0 1010100 1000111 111111 1001000 10001

Color Harmonies of #474A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A0C

Black with #474A0C

Text Example


Text Example

White with #474A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A0C; }

 p { color: rgb(71,74,12); }

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

background-color css

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

 a { background-color: rgb(71,74,12); }

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

border-color css

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

 span { border-color: rgb(71,74,12); }

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