Html Css Color HEX #474503 Verdun Green

📋 copy color: '#474503'

red 71 ◦ green 69 ◦ blue 3

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

Shades of Verdun Green #474503

Tints of Verdun Green #474503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.25%

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

R = 49.65%
G = 48.25%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#474503 (or 0x474503) is known color: Verdun Green. HEX triplet: 47, 45 and 03. RGB value is (71,69,3). Sum of RGB (Red+Green+Blue) = 71+69+3=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474503 is #B8BAFC. Grayscale: #3E3E3E. Windows color (decimal): -12106493 or 214343. OLE color: 214343.

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

Color convert

RGB 71 69 3 -
CMYK 0 0.03 0.96 0.72
HSL 58.24º 0.92% 0.15% -
HSV(B) 58.24º 0.96% 0.28% -
XYZ 4.74 5.6 0.92 -
YUV 62.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 71 69 3 0 0.03 0.96 0.72 58.24 0.92 0.15
Hex 47 45 3 0 3 60 48 3A 5C F
Octal 107 105 3 0 3 140 110 72 134 17
Binary 1000111 1000101 11 0 11 1100000 1001000 111010 1011100 1111

Color Harmonies of #474503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474503

Black with #474503

Text Example


Text Example

White with #474503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474503; }

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

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

background-color css

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

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

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

border-color css

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

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

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