Html Css Color HEX #475B00 Verdun Green

📋 copy color: '#475B00'

red 71 ◦ green 91 ◦ blue 0

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

Shades of Verdun Green #475B00

Tints of Verdun Green #475B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 56.17%

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

R = 43.83%
G = 56.17%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#475B00 (or 0x475B00) is known color: Verdun Green. HEX triplet: 47, 5B and 00. RGB value is (71,91,0). Sum of RGB (Red+Green+Blue) = 71+91+0=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #475B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475B00 is #B8A4FF. Grayscale: #4A4A4A. Windows color (decimal): -12100864 or 23367. OLE color: 23367.

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

Color convert

RGB 71 91 0 -
CMYK 0.22 0 1 0.64
HSL 73.19º 1% 0.18% -
HSV(B) 73.19º 1% 0.36% -
XYZ 6.34 8.82 1.37 -
YUV 74.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 71 91 0 0.22 0 1 0.64 73.19 1 0.18
Hex 47 5B 0 16 0 64 40 49 64 12
Octal 107 133 0 26 0 144 100 111 144 22
Binary 1000111 1011011 0 10110 0 1100100 1000000 1001001 1100100 10010

Color Harmonies of #475B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B00

Black with #475B00

Text Example


Text Example

White with #475B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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