#47690F

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

Shades of Verdun Green #47690F

Tints of Verdun Green #47690F

Color information

#47690F (or 0x47690F) is unknown color: approx Verdun Green. HEX triplet: 47, 69 and 0F. RGB value is (71,105,15). Sum of RGB (Red+Green+Blue) = 71+105+15=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #47690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47690F is #B896F0. Grayscale: #545454. Windows color (decimal): -12097265 or 1009991. OLE color: 1009991.

HSL color Cylindrical-coordinate representation of color #47690F: hue angle of 82.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47690F is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB7110515-
CMYK0.3200.860.59
HSL82.67º75%23.53%-
HSV(B)82.67º85.71%41.18%-
XYZ7.7411.482.26-
YUV84.5788.74118.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 105 (41.41% from 255) = 54.97%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=37.17%
G=54.97%
B=7.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105150.3200.860.5982.677523.53
Hex4769F200563B534b18
Octal107151174001267312311330
Binary100011111010011111100000010101101110111010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47690F; }

 p { color: rgb(71,105,15); }

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

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

 a { background-color: rgb(71,105,15); }

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

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

 span { border-color: rgb(71,105,15); }

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