#719358

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

Shades of Highland #719358

Tints of Highland #719358

Color information

#719358 (or 0x719358) is unknown color: approx Highland. HEX triplet: 71, 93 and 58. RGB value is (113,147,88). Sum of RGB (Red+Green+Blue) = 113+147+88=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #719358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719358 is #8E6CA7. Grayscale: #828282. Windows color (decimal): -9333928 or 5804913. OLE color: 5804913.

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

Color convert

RGB11314788-
CMYK0.2300.400.42
HSL94.58º25.11%46.08%-
HSV(B)94.58º40.14%57.65%-
XYZ19.0125.0813.07-
YUV130.11104.24115.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=32.47%
G=42.24%
B=25.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147880.2300.400.4294.5825.1146.08
Hex719358170282A5f192e
Octal16122313027050521373156
Binary1110001100100111011000101110101000101010101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719358; }

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

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

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

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

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

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

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

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