Html Css Color HEX #474403 Verdun Green

📋 copy color: '#474403'

red 71 ◦ green 68 ◦ blue 3

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

Shades of Verdun Green #474403

Tints of Verdun Green #474403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.11%

R = 50%
G = 47.89%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#474403 (or 0x474403) is known color: Verdun Green. HEX triplet: 47, 44 and 03. RGB value is (71,68,3). Sum of RGB (Red+Green+Blue) = 71+68+3=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #474403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474403 is #B8BBFC. Grayscale: #3D3D3D. Windows color (decimal): -12106749 or 214087. OLE color: 214087.

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

Color convert

RGB 71 68 3 -
CMYK 0 0.04 0.96 0.72
HSL 57.35º 0.92% 0.15% -
HSV(B) 57.35º 0.96% 0.28% -
XYZ 4.68 5.48 0.9 -
YUV 61.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 71 68 3 0 0.04 0.96 0.72 57.35 0.92 0.15
Hex 47 44 3 0 4 60 48 39 5C F
Octal 107 104 3 0 4 140 110 71 134 17
Binary 1000111 1000100 11 0 100 1100000 1001000 111001 1011100 1111

Color Harmonies of #474403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474403

Black with #474403

Text Example


Text Example

White with #474403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474403; }

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

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

background-color css

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

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

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

border-color css

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

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

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