Html Css Color HEX #474904 Verdun Green

📋 copy color: '#474904'

red 71 ◦ green 73 ◦ blue 4

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

Shades of Verdun Green #474904

Tints of Verdun Green #474904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.32%

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 47.97%
G = 49.32%
B = 2.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#474904 (or 0x474904) is known color: Verdun Green. HEX triplet: 47, 49 and 04. RGB value is (71,73,4). Sum of RGB (Red+Green+Blue) = 71+73+4=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #474904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474904 is #B8B6FB. Grayscale: #404040. Windows color (decimal): -12105468 or 280903. OLE color: 280903.

HSL color Cylindrical-coordinate representation of color #474904: hue angle of 61.74º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #474904 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 4 -
CMYK 0.03 0 0.95 0.71
HSL 61.74º 0.9% 0.15% -
HSV(B) 61.74º 0.95% 0.29% -
XYZ 5 6.11 1.03 -
YUV 64.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 71 73 4 0.03 0 0.95 0.71 61.74 0.9 0.15
Hex 47 49 4 3 0 5F 47 3E 5A F
Octal 107 111 4 3 0 137 107 76 132 17
Binary 1000111 1001001 100 11 0 1011111 1000111 111110 1011010 1111

Color Harmonies of #474904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474904

Black with #474904

Text Example


Text Example

White with #474904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474904; }

 p { color: rgb(71,73,4); }

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

background-color css

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

 a { background-color: rgb(71,73,4); }

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

border-color css

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

 span { border-color: rgb(71,73,4); }

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