Html Css Color HEX #477105 Verdun Green

📋 copy color: '#477105'

red 71 ◦ green 113 ◦ blue 5

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

Shades of Verdun Green #477105

Tints of Verdun Green #477105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 37.57%
G = 59.79%
B = 2.65%

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

#477105 (or 0x477105) is known color: Verdun Green. HEX triplet: 47, 71 and 05. RGB value is (71,113,5). Sum of RGB (Red+Green+Blue) = 71+113+5=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #477105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477105 is #B88EFA. Grayscale: #585858. Windows color (decimal): -12095227 or 356679. OLE color: 356679.

HSL color Cylindrical-coordinate representation of color #477105: hue angle of 83.33º degrees, saturation: 0.92, 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 #477105 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 5 -
CMYK 0.37 0 0.96 0.56
HSL 83.33º 0.92% 0.23% -
HSV(B) 83.33º 0.96% 0.44% -
XYZ 8.53 13.16 2.23 -
YUV 88.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 71 113 5 0.37 0 0.96 0.56 83.33 0.92 0.23
Hex 47 71 5 25 0 60 38 53 5C 17
Octal 107 161 5 45 0 140 70 123 134 27
Binary 1000111 1110001 101 100101 0 1100000 111000 1010011 1011100 10111

Color Harmonies of #477105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477105

Black with #477105

Text Example


Text Example

White with #477105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477105; }

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

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

background-color css

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

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

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

border-color css

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

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

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