Html Css Color HEX #474715 Verdun Green

📋 copy color: '#474715'

red 71 ◦ green 71 ◦ blue 21

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

Shades of Verdun Green #474715

Tints of Verdun Green #474715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 43.56%
G = 43.56%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#474715 (or 0x474715) is known color: Verdun Green. HEX triplet: 47, 47 and 15. RGB value is (71,71,21). Sum of RGB (Red+Green+Blue) = 71+71+21=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474715 is #B8B8EA. Grayscale: #414141. Windows color (decimal): -12105963 or 1394503. OLE color: 1394503.

HSL color Cylindrical-coordinate representation of color #474715: hue angle of 60º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474715 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 21 -
CMYK 0 0 0.70 0.72
HSL 60º 0.54% 0.18% -
HSV(B) 60º 0.7% 0.28% -
XYZ 4.99 5.9 1.59 -
YUV 65.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 71 71 21 0 0 0.70 0.72 60 0.54 0.18
Hex 47 47 15 0 0 46 48 3C 36 12
Octal 107 107 25 0 0 106 110 74 66 22
Binary 1000111 1000111 10101 0 0 1000110 1001000 111100 110110 10010

Color Harmonies of #474715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474715

Black with #474715

Text Example


Text Example

White with #474715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474715; }

 p { color: rgb(71,71,21); }

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

background-color css

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

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

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

border-color css

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

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

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