#719359

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

Shades of Highland #719359

Tints of Highland #719359

Color information

#719359 (or 0x719359) is unknown color: approx Highland. HEX triplet: 71, 93 and 59. RGB value is (113,147,89). Sum of RGB (Red+Green+Blue) = 113+147+89=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #719359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719359 is #8E6CA6. Grayscale: #828282. Windows color (decimal): -9333927 or 5870449. OLE color: 5870449.

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

Color convert

RGB11314789-
CMYK0.2300.390.42
HSL95.17º24.58%46.27%-
HSV(B)95.17º39.46%57.65%-
XYZ19.0525.113.29-
YUV130.22104.74115.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=32.38%
G=42.12%
B=25.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147890.2300.390.4295.1724.5846.27
Hex719359170272A5f192e
Octal16122313127047521373156
Binary1110001100100111011001101110100111101010101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719359; }

 p { color: rgb(113,147,89); }

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

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

 a { background-color: rgb(113,147,89); }

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

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

 span { border-color: rgb(113,147,89); }

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