Html Css Color HEX #475717 Verdun Green

📋 copy color: '#475717'

red 71 ◦ green 87 ◦ blue 23

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

Shades of Verdun Green #475717

Tints of Verdun Green #475717

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.07%

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

R = 39.23%
G = 48.07%
B = 12.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#475717 (or 0x475717) is known color: Verdun Green. HEX triplet: 47, 57 and 17. RGB value is (71,87,23). Sum of RGB (Red+Green+Blue) = 71+87+23=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #475717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475717 is #B8A8E8. Grayscale: #4B4B4B. Windows color (decimal): -12101865 or 1529671. OLE color: 1529671.

HSL color Cylindrical-coordinate representation of color #475717: hue angle of 75º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #475717 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 23 -
CMYK 0.18 0 0.74 0.66
HSL 75º 0.58% 0.22% -
HSV(B) 75º 0.74% 0.34% -
XYZ 6.16 8.22 2.07 -
YUV 74.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 71 87 23 0.18 0 0.74 0.66 75 0.58 0.22
Hex 47 57 17 12 0 4A 42 4B 3A 16
Octal 107 127 27 22 0 112 102 113 72 26
Binary 1000111 1010111 10111 10010 0 1001010 1000010 1001011 111010 10110

Color Harmonies of #475717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475717

Black with #475717

Text Example


Text Example

White with #475717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475717; }

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

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

background-color css

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

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

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

border-color css

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

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

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