Html Css Color HEX #474D17 Verdun Green

📋 copy color: '#474D17'

red 71 ◦ green 77 ◦ blue 23

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

Shades of Verdun Green #474D17

Tints of Verdun Green #474D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.03%

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 41.52%
G = 45.03%
B = 13.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#474D17 (or 0x474D17) is known color: Verdun Green. HEX triplet: 47, 4D and 17. RGB value is (71,77,23). Sum of RGB (Red+Green+Blue) = 71+77+23=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #474D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474D17 is #B8B2E8. Grayscale: #454545. Windows color (decimal): -12104425 or 1527111. OLE color: 1527111.

HSL color Cylindrical-coordinate representation of color #474D17: hue angle of 66.67º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474D17 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 77 23 -
CMYK 0.08 0 0.70 0.70
HSL 66.67º 0.54% 0.2% -
HSV(B) 66.67º 0.7% 0.3% -
XYZ 5.41 6.71 1.82 -
YUV 69.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 71 77 23 0.08 0 0.70 0.70 66.67 0.54 0.2
Hex 47 4D 17 8 0 46 46 43 36 14
Octal 107 115 27 10 0 106 106 103 66 24
Binary 1000111 1001101 10111 1000 0 1000110 1000110 1000011 110110 10100

Color Harmonies of #474D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D17

Black with #474D17

Text Example


Text Example

White with #474D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D17; }

 p { color: rgb(71,77,23); }

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

background-color css

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

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

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

border-color css

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

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

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