#719253

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

Shades of Highland #719253

Tints of Highland #719253

Color information

#719253 (or 0x719253) is unknown color: approx Highland. HEX triplet: 71, 92 and 53. RGB value is (113,146,83). Sum of RGB (Red+Green+Blue) = 113+146+83=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #719253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719253 is #8E6DAC. Grayscale: #818181. Windows color (decimal): -9334189 or 5476977. OLE color: 5476977.

HSL color Cylindrical-coordinate representation of color #719253: hue angle of 91.43º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #719253 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB11314683-
CMYK0.2300.430.43
HSL91.43º27.51%44.9%-
HSV(B)91.43º43.15%57.25%-
XYZ18.6524.6911.97-
YUV128.95102.07116.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=33.04%
G=42.69%
B=24.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146830.2300.430.4391.4327.5144.9
Hex7192531702B2B5b1c2d
Octal16122212327053531333455
Binary1110001100100101010011101110101011101011101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719253; }

 p { color: rgb(113,146,83); }

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

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

 a { background-color: rgb(113,146,83); }

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

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

 span { border-color: rgb(113,146,83); }

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