#719047

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

Shades of Dingley #719047

Tints of Dingley #719047

Color information

#719047 (or 0x719047) is unknown color: approx Dingley. HEX triplet: 71, 90 and 47. RGB value is (113,144,71). Sum of RGB (Red+Green+Blue) = 113+144+71=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #719047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719047 is #8E6FB8. Grayscale: #7E7E7E. Windows color (decimal): -9334713 or 4690033. OLE color: 4690033.

HSL color Cylindrical-coordinate representation of color #719047: hue angle of 85.48º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #719047 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB11314471-
CMYK0.2200.510.44
HSL85.48º33.95%42.16%-
HSV(B)85.48º50.69%56.47%-
XYZ17.9223.919.63-
YUV126.4196.73118.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=34.45%
G=43.90%
B=21.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144710.2200.510.4485.4833.9542.16
Hex719047160332C55222a
Octal16122010726063541254252
Binary11100011001000010001111011001100111011001010101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719047; }

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

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

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

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

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

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

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

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