Html Css Color HEX #474805 Verdun Green

📋 copy color: '#474805'

red 71 ◦ green 72 ◦ blue 5

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

Shades of Verdun Green #474805

Tints of Verdun Green #474805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 47.97%
G = 48.65%
B = 3.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#474805 (or 0x474805) is known color: Verdun Green. HEX triplet: 47, 48 and 05. RGB value is (71,72,5). Sum of RGB (Red+Green+Blue) = 71+72+5=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #474805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474805 is #B8B7FA. Grayscale: #404040. Windows color (decimal): -12105723 or 346183. OLE color: 346183.

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

Color convert

RGB 71 72 5 -
CMYK 0.01 0 0.93 0.72
HSL 60.9º 0.87% 0.15% -
HSV(B) 60.9º 0.93% 0.28% -
XYZ 4.94 5.99 1.04 -
YUV 64.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 71 72 5 0.01 0 0.93 0.72 60.9 0.87 0.15
Hex 47 48 5 1 0 5D 48 3D 57 F
Octal 107 110 5 1 0 135 110 75 127 17
Binary 1000111 1001000 101 1 0 1011101 1001000 111101 1010111 1111

Color Harmonies of #474805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474805

Black with #474805

Text Example


Text Example

White with #474805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474805; }

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

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

background-color css

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

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

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

border-color css

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

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

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