Html Css Color HEX #475800 Verdun Green

📋 copy color: '#475800'

red 71 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #475800

Tints of Verdun Green #475800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 55.35%

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

R = 44.65%
G = 55.35%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#475800 (or 0x475800) is known color: Verdun Green. HEX triplet: 47, 58 and 00. RGB value is (71,88,0). Sum of RGB (Red+Green+Blue) = 71+88+0=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #475800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475800 is #B8A7FF. Grayscale: #494949. Windows color (decimal): -12101632 or 22599. OLE color: 22599.

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

Color convert

RGB 71 88 0 -
CMYK 0.19 0 1 0.65
HSL 71.59º 1% 0.17% -
HSV(B) 71.59º 1% 0.35% -
XYZ 6.09 8.32 1.28 -
YUV 72.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 71 88 0 0.19 0 1 0.65 71.59 1 0.17
Hex 47 58 0 13 0 64 41 48 64 11
Octal 107 130 0 23 0 144 101 110 144 21
Binary 1000111 1011000 0 10011 0 1100100 1000001 1001000 1100100 10001

Color Harmonies of #475800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475800

Black with #475800

Text Example


Text Example

White with #475800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475800; }

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

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

background-color css

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

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

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

border-color css

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

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

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