#819389

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

Shades of Granny Smith #819389

Tints of Granny Smith #819389

Color information

#819389 (or 0x819389) is unknown color: approx Granny Smith. HEX triplet: 81, 93 and 89. RGB value is (129,147,137). Sum of RGB (Red+Green+Blue) = 129+147+137=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #819389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819389 is #7E6C76. Grayscale: #8C8C8C. Windows color (decimal): -8285303 or 9016193. OLE color: 9016193.

HSL color Cylindrical-coordinate representation of color #819389: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #819389 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB129147137-
CMYK0.1200.070.42
HSL146.67º7.69%54.12%-
HSV(B)146.67º12.24%57.65%-
XYZ2427.3427.68-
YUV140.48126.04119.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=31.23%
G=35.59%
B=33.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471370.1200.070.42146.677.6954.12
Hex819389C072A93836
Octal2012232111407522231066
Binary10000001100100111000100111000111101010100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819389; }

 p { color: rgb(129,147,137); }

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

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

 a { background-color: rgb(129,147,137); }

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

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

 span { border-color: rgb(129,147,137); }

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