Html Css Color HEX #477104 Verdun Green

📋 copy color: '#477104'

red 71 ◦ green 113 ◦ blue 4

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

Shades of Verdun Green #477104

Tints of Verdun Green #477104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.11%

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 37.77%
G = 60.11%
B = 2.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#477104 (or 0x477104) is known color: Verdun Green. HEX triplet: 47, 71 and 04. RGB value is (71,113,4). Sum of RGB (Red+Green+Blue) = 71+113+4=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #477104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477104 is #B88EFB. Grayscale: #585858. Windows color (decimal): -12095228 or 291143. OLE color: 291143.

HSL color Cylindrical-coordinate representation of color #477104: hue angle of 83.12º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #477104 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 4 -
CMYK 0.37 0 0.96 0.56
HSL 83.12º 0.93% 0.23% -
HSV(B) 83.12º 0.96% 0.44% -
XYZ 8.53 13.16 2.21 -
YUV 88.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 71 113 4 0.37 0 0.96 0.56 83.12 0.93 0.23
Hex 47 71 4 25 0 60 38 53 5D 17
Octal 107 161 4 45 0 140 70 123 135 27
Binary 1000111 1110001 100 100101 0 1100000 111000 1010011 1011101 10111

Color Harmonies of #477104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477104

Black with #477104

Text Example


Text Example

White with #477104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477104; }

 p { color: rgb(71,113,4); }

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

background-color css

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

 a { background-color: rgb(71,113,4); }

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

border-color css

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

 span { border-color: rgb(71,113,4); }

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