#47621B

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

Shades of Verdun Green #47621B

Tints of Verdun Green #47621B

Color information

#47621B (or 0x47621B) is unknown color: approx Verdun Green. HEX triplet: 47, 62 and 1B. RGB value is (71,98,27). Sum of RGB (Red+Green+Blue) = 71+98+27=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #47621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47621B is #B89DE4. Grayscale: #525252. Windows color (decimal): -12099045 or 1794631. OLE color: 1794631.

HSL color Cylindrical-coordinate representation of color #47621B: hue angle of 82.82º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47621B is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB719827-
CMYK0.2800.720.62
HSL82.82º56.8%24.51%-
HSV(B)82.82º72.45%38.43%-
XYZ7.1610.152.62-
YUV81.8397.05120.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=36.22%
G=50%
B=13.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198270.2800.720.6282.8256.824.51
Hex47621B1C0483E533919
Octal10714233340110761237131
Binary10001111100010110111110001001000111110101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47621B; }

 p { color: rgb(71,98,27); }

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

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

 a { background-color: rgb(71,98,27); }

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

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

 span { border-color: rgb(71,98,27); }

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