Html Css Color HEX #477103 Verdun Green

📋 copy color: '#477103'

red 71 ◦ green 113 ◦ blue 3

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

Shades of Verdun Green #477103

Tints of Verdun Green #477103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 37.97%
G = 60.43%
B = 1.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#477103 (or 0x477103) is known color: Verdun Green. HEX triplet: 47, 71 and 03. RGB value is (71,113,3). Sum of RGB (Red+Green+Blue) = 71+113+3=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #477103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477103 is #B88EFC. Grayscale: #585858. Windows color (decimal): -12095229 or 225607. OLE color: 225607.

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

Color convert

RGB 71 113 3 -
CMYK 0.37 0 0.97 0.56
HSL 82.91º 0.95% 0.23% -
HSV(B) 82.91º 0.97% 0.44% -
XYZ 8.52 13.16 2.18 -
YUV 87.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 71 113 3 0.37 0 0.97 0.56 82.91 0.95 0.23
Hex 47 71 3 25 0 61 38 53 5F 17
Octal 107 161 3 45 0 141 70 123 137 27
Binary 1000111 1110001 11 100101 0 1100001 111000 1010011 1011111 10111

Color Harmonies of #477103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477103

Black with #477103

Text Example


Text Example

White with #477103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477103; }

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

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

background-color css

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

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

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

border-color css

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

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

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