#719558

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

Shades of Highland #719558

Tints of Highland #719558

Color information

#719558 (or 0x719558) is unknown color: approx Highland. HEX triplet: 71, 95 and 58. RGB value is (113,149,88). Sum of RGB (Red+Green+Blue) = 113+149+88=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #719558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719558 is #8E6AA7. Grayscale: #838383. Windows color (decimal): -9333416 or 5805425. OLE color: 5805425.

HSL color Cylindrical-coordinate representation of color #719558: hue angle of 95.41º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719558 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB11314988-
CMYK0.2400.410.42
HSL95.41º25.74%46.47%-
HSV(B)95.41º40.94%58.43%-
XYZ19.3225.7113.18-
YUV131.28103.57114.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=32.29%
G=42.57%
B=25.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149880.2400.410.4295.4125.7446.47
Hex719558180292A5f1a2e
Octal16122513030051521373256
Binary1110001100101011011000110000101001101010101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719558; }

 p { color: rgb(113,149,88); }

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

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

 a { background-color: rgb(113,149,88); }

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

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

 span { border-color: rgb(113,149,88); }

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