Html Css Color HEX #477500 Verdun Green

📋 copy color: '#477500'

red 71 ◦ green 117 ◦ blue 0

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

Shades of Verdun Green #477500

Tints of Verdun Green #477500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.23%

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

R = 37.77%
G = 62.23%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#477500 (or 0x477500) is known color: Verdun Green. HEX triplet: 47, 75 and 00. RGB value is (71,117,0). Sum of RGB (Red+Green+Blue) = 71+117+0=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #477500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477500 is #B88AFF. Grayscale: #5A5A5A. Windows color (decimal): -12094208 or 30023. OLE color: 30023.

HSL color Cylindrical-coordinate representation of color #477500: hue angle of 83.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #477500 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 0 -
CMYK 0.39 0 1 0.54
HSL 83.59º 1% 0.23% -
HSV(B) 83.59º 1% 0.46% -
XYZ 8.96 14.06 2.24 -
YUV 89.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 71 117 0 0.39 0 1 0.54 83.59 1 0.23
Hex 47 75 0 27 0 64 36 54 64 17
Octal 107 165 0 47 0 144 66 124 144 27
Binary 1000111 1110101 0 100111 0 1100100 110110 1010100 1100100 10111

Color Harmonies of #477500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477500

Black with #477500

Text Example


Text Example

White with #477500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477500; }

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

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

background-color css

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

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

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

border-color css

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

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

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