#718548

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

Shades of Dingley #718548

Tints of Dingley #718548

Color information

#718548 (or 0x718548) is unknown color: approx Dingley. HEX triplet: 71, 85 and 48. RGB value is (113,133,72). Sum of RGB (Red+Green+Blue) = 113+133+72=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #718548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718548 is #8E7AB7. Grayscale: #787878. Windows color (decimal): -9337528 or 4752753. OLE color: 4752753.

HSL color Cylindrical-coordinate representation of color #718548: hue angle of 79.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718548 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB11313372-
CMYK0.1500.460.48
HSL79.67º29.76%40.2%-
HSV(B)79.67º45.86%52.16%-
XYZ16.3720.759.27-
YUV120.07100.87122.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=35.53%
G=41.82%
B=22.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133720.1500.460.4879.6729.7640.2
Hex718548F02E30501e28
Octal16120511017056601203650
Binary111000110000101100100011110101110110000101000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718548; }

 p { color: rgb(113,133,72); }

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

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

 a { background-color: rgb(113,133,72); }

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

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

 span { border-color: rgb(113,133,72); }

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