#719251

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

Shades of Highland #719251

Tints of Highland #719251

Color information

#719251 (or 0x719251) is unknown color: approx Highland. HEX triplet: 71, 92 and 51. RGB value is (113,146,81). Sum of RGB (Red+Green+Blue) = 113+146+81=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #719251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719251 is #8E6DAE. Grayscale: #808080. Windows color (decimal): -9334191 or 5345905. OLE color: 5345905.

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

Color convert

RGB11314681-
CMYK0.2300.450.43
HSL90.46º28.63%44.51%-
HSV(B)90.46º44.52%57.25%-
XYZ18.5724.6611.57-
YUV128.72101.07116.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=33.24%
G=42.94%
B=23.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146810.2300.450.4390.4628.6344.51
Hex7192511702D2B5a1d2d
Octal16122212127055531323555
Binary1110001100100101010001101110101101101011101101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719251; }

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

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

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

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

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

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

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

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