Html Css Color HEX #475500 Verdun Green

📋 copy color: '#475500'

red 71 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #475500

Tints of Verdun Green #475500

RGB

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

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

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

R = 45.51%
G = 54.49%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#475500 (or 0x475500) is known color: Verdun Green. HEX triplet: 47, 55 and 00. RGB value is (71,85,0). Sum of RGB (Red+Green+Blue) = 71+85+0=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #475500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475500 is #B8AAFF. Grayscale: #474747. Windows color (decimal): -12102400 or 21831. OLE color: 21831.

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

Color convert

RGB 71 85 0 -
CMYK 0.16 0 1 0.67
HSL 69.88º 1% 0.17% -
HSV(B) 69.88º 1% 0.33% -
XYZ 5.85 7.84 1.2 -
YUV 71.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 71 85 0 0.16 0 1 0.67 69.88 1 0.17
Hex 47 55 0 10 0 64 43 46 64 11
Octal 107 125 0 20 0 144 103 106 144 21
Binary 1000111 1010101 0 10000 0 1100100 1000011 1000110 1100100 10001

Color Harmonies of #475500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475500

Black with #475500

Text Example


Text Example

White with #475500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475500; }

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

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

background-color css

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

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

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

border-color css

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

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

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