#477202

Color #477202 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #477202

Tints of Verdun Green #477202

Color information

#477202 (or 0x477202) is unknown color: approx Verdun Green. HEX triplet: 47, 72 and 02. RGB value is (71,114,2). Sum of RGB (Red+Green+Blue) = 71+114+2=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #477202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477202 is #B88DFD. Grayscale: #585858. Windows color (decimal): -12094974 or 160327. OLE color: 160327.

HSL color Cylindrical-coordinate representation of color #477202: hue angle of 83.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #477202 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB711142-
CMYK0.3800.980.55
HSL83.04º96.55%22.75%-
HSV(B)83.04º98.25%44.71%-
XYZ8.6313.382.19-
YUV88.3779.25115.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=37.97%
G=60.96%
B=1.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7111420.3800.980.5583.0496.5522.75
Hex477222606237536117
Octal10716224601426712314127
Binary1000111111001010100110011000101101111010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477202; }

 p { color: rgb(71,114,2); }

 H1.HeaderClassName
 {
   color: #477202;
 }
 .AnyTagClassName
 {
   color: #477202;
 }
</style>
background-color css

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

 a { background-color: rgb(71,114,2); }

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

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

 span { border-color: rgb(71,114,2); }

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