Html Css Color HEX #475600 Verdun Green

📋 copy color: '#475600'

red 71 ◦ green 86 ◦ blue 0

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

Shades of Verdun Green #475600

Tints of Verdun Green #475600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.22%
G = 54.78%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#475600 (or 0x475600) is known color: Verdun Green. HEX triplet: 47, 56 and 00. RGB value is (71,86,0). Sum of RGB (Red+Green+Blue) = 71+86+0=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #475600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475600 is #B8A9FF. Grayscale: #484848. Windows color (decimal): -12102144 or 22087. OLE color: 22087.

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

Color convert

RGB 71 86 0 -
CMYK 0.17 0 1 0.66
HSL 70.47º 1% 0.17% -
HSV(B) 70.47º 1% 0.34% -
XYZ 5.93 8 1.23 -
YUV 71.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 71 86 0 0.17 0 1 0.66 70.47 1 0.17
Hex 47 56 0 11 0 64 42 46 64 11
Octal 107 126 0 21 0 144 102 106 144 21
Binary 1000111 1010110 0 10001 0 1100100 1000010 1000110 1100100 10001

Color Harmonies of #475600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475600

Black with #475600

Text Example


Text Example

White with #475600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475600; }

 p { color: rgb(71,86,0); }

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

background-color css

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

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

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

border-color css

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

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

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