#718948

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

Shades of Dingley #718948

Tints of Dingley #718948

Color information

#718948 (or 0x718948) is unknown color: approx Dingley. HEX triplet: 71, 89 and 48. RGB value is (113,137,72). Sum of RGB (Red+Green+Blue) = 113+137+72=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #718948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718948 is #8E76B7. Grayscale: #7A7A7A. Windows color (decimal): -9336504 or 4753777. OLE color: 4753777.

HSL color Cylindrical-coordinate representation of color #718948: hue angle of 82.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718948 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB11313772-
CMYK0.1800.470.46
HSL82.15º31.1%40.98%-
HSV(B)82.15º47.45%53.73%-
XYZ16.9321.879.46-
YUV122.4199.55121.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=35.09%
G=42.55%
B=22.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137720.1800.470.4682.1531.140.98
Hex7189481202F2E521f29
Octal16121111022057561223751
Binary1110001100010011001000100100101111101110101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718948; }

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

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

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

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

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

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

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

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