#47650C

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

Shades of Verdun Green #47650C

Tints of Verdun Green #47650C

Color information

#47650C (or 0x47650C) is unknown color: approx Verdun Green. HEX triplet: 47, 65 and 0C. RGB value is (71,101,12). Sum of RGB (Red+Green+Blue) = 71+101+12=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #47650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47650C is #B89AF3. Grayscale: #525252. Windows color (decimal): -12098292 or 812359. OLE color: 812359.

HSL color Cylindrical-coordinate representation of color #47650C: hue angle of 80.22º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47650C is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB7110112-
CMYK0.3000.880.60
HSL80.22º78.76%22.16%-
HSV(B)80.22º88.12%39.61%-
XYZ7.3210.672.02-
YUV81.8888.56120.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 101 (39.84% from 255) = 54.89%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=38.59%
G=54.89%
B=6.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101120.3000.880.6080.2278.7622.16
Hex4765C1E0583C504f16
Octal107145143601307412011726
Binary10001111100101110011110010110001111001010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47650C; }

 p { color: rgb(71,101,12); }

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

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

 a { background-color: rgb(71,101,12); }

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

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

 span { border-color: rgb(71,101,12); }

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