Html Css Color HEX #474400 Verdun Green

📋 copy color: '#474400'

red 71 ◦ green 68 ◦ blue 0

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

Shades of Verdun Green #474400

Tints of Verdun Green #474400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.92%

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

R = 51.08%
G = 48.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#474400 (or 0x474400) is known color: Verdun Green. HEX triplet: 47, 44 and 00. RGB value is (71,68,0). Sum of RGB (Red+Green+Blue) = 71+68+0=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #474400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474400 is #B8BBFF. Grayscale: #3D3D3D. Windows color (decimal): -12106752 or 17479. OLE color: 17479.

HSL color Cylindrical-coordinate representation of color #474400: hue angle of 57.46º 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 #474400 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 68 0 -
CMYK 0 0.04 1 0.72
HSL 57.46º 1% 0.14% -
HSV(B) 57.46º 1% 0.28% -
XYZ 4.67 5.47 0.81 -
YUV 61.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 71 68 0 0 0.04 1 0.72 57.46 1 0.14
Hex 47 44 0 0 4 64 48 39 64 E
Octal 107 104 0 0 4 144 110 71 144 16
Binary 1000111 1000100 0 0 100 1100100 1001000 111001 1100100 1110

Color Harmonies of #474400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474400

Black with #474400

Text Example


Text Example

White with #474400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474400; }

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

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

background-color css

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

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

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

border-color css

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

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

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