Html Css Color HEX #475517 Verdun Green

📋 copy color: '#475517'

red 71 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #475517

Tints of Verdun Green #475517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.49%

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

R = 39.66%
G = 47.49%
B = 12.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#475517 (or 0x475517) is known color: Verdun Green. HEX triplet: 47, 55 and 17. RGB value is (71,85,23). Sum of RGB (Red+Green+Blue) = 71+85+23=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #475517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475517 is #B8AAE8. Grayscale: #494949. Windows color (decimal): -12102377 or 1529159. OLE color: 1529159.

HSL color Cylindrical-coordinate representation of color #475517: hue angle of 73.55º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #475517 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 23 -
CMYK 0.16 0 0.73 0.67
HSL 73.55º 0.57% 0.21% -
HSV(B) 73.55º 0.73% 0.33% -
XYZ 6 7.9 2.02 -
YUV 73.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 71 85 23 0.16 0 0.73 0.67 73.55 0.57 0.21
Hex 47 55 17 10 0 49 43 4A 39 15
Octal 107 125 27 20 0 111 103 112 71 25
Binary 1000111 1010101 10111 10000 0 1001001 1000011 1001010 111001 10101

Color Harmonies of #475517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475517

Black with #475517

Text Example


Text Example

White with #475517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475517; }

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

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

background-color css

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

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

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

border-color css

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

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

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