Html Css Color HEX #475A00 Verdun Green

📋 copy color: '#475A00'

red 71 ◦ green 90 ◦ blue 0

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

Shades of Verdun Green #475A00

Tints of Verdun Green #475A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.9%

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

R = 44.1%
G = 55.9%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#475A00 (or 0x475A00) is known color: Verdun Green. HEX triplet: 47, 5A and 00. RGB value is (71,90,0). Sum of RGB (Red+Green+Blue) = 71+90+0=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #475A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475A00 is #B8A5FF. Grayscale: #4A4A4A. Windows color (decimal): -12101120 or 23111. OLE color: 23111.

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

Color convert

RGB 71 90 0 -
CMYK 0.21 0 1 0.65
HSL 72.67º 1% 0.18% -
HSV(B) 72.67º 1% 0.35% -
XYZ 6.25 8.65 1.34 -
YUV 74.06 86.21 125.82 -
System Red Green Blue C M Y K H S L
Decimal 71 90 0 0.21 0 1 0.65 72.67 1 0.18
Hex 47 5A 0 15 0 64 41 49 64 12
Octal 107 132 0 25 0 144 101 111 144 22
Binary 1000111 1011010 0 10101 0 1100100 1000001 1001001 1100100 10010

Color Harmonies of #475A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A00

Black with #475A00

Text Example


Text Example

White with #475A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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