Html Css Color HEX #474800 Verdun Green

📋 copy color: '#474800'

red 71 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #474800

Tints of Verdun Green #474800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.65%
G = 50.35%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#474800 (or 0x474800) is known color: Verdun Green. HEX triplet: 47, 48 and 00. RGB value is (71,72,0). Sum of RGB (Red+Green+Blue) = 71+72+0=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #474800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474800 is #B8B7FF. Grayscale: #3F3F3F. Windows color (decimal): -12105728 or 18503. OLE color: 18503.

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

Color convert

RGB 71 72 0 -
CMYK 0.01 0 1 0.72
HSL 60.83º 1% 0.14% -
HSV(B) 60.83º 1% 0.28% -
XYZ 4.92 5.97 0.89 -
YUV 63.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 71 72 0 0.01 0 1 0.72 60.83 1 0.14
Hex 47 48 0 1 0 64 48 3D 64 E
Octal 107 110 0 1 0 144 110 75 144 16
Binary 1000111 1001000 0 1 0 1100100 1001000 111101 1100100 1110

Color Harmonies of #474800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474800

Black with #474800

Text Example


Text Example

White with #474800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474800; }

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

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

background-color css

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

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

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

border-color css

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

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

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