Html Css Color HEX #474A18 Verdun Green

📋 copy color: '#474A18'

red 71 ◦ green 74 ◦ blue 24

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

Shades of Verdun Green #474A18

Tints of Verdun Green #474A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 42.01%
G = 43.79%
B = 14.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#474A18 (or 0x474A18) is known color: Verdun Green. HEX triplet: 47, 4A and 18. RGB value is (71,74,24). Sum of RGB (Red+Green+Blue) = 71+74+24=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 74 - color contains mainly: green. Hex color #474A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474A18 is #B8B5E7. Grayscale: #434343. Windows color (decimal): -12105192 or 1591879. OLE color: 1591879.

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

Color convert

RGB 71 74 24 -
CMYK 0.04 0 0.68 0.71
HSL 63.6º 0.51% 0.19% -
HSV(B) 63.6º 0.68% 0.29% -
XYZ 5.21 6.3 1.81 -
YUV 67.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 71 74 24 0.04 0 0.68 0.71 63.6 0.51 0.19
Hex 47 4A 18 4 0 44 47 40 33 13
Octal 107 112 30 4 0 104 107 100 63 23
Binary 1000111 1001010 11000 100 0 1000100 1000111 1000000 110011 10011

Color Harmonies of #474A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A18

Black with #474A18

Text Example


Text Example

White with #474A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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