#819288

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

Shades of Granny Smith #819288

Tints of Granny Smith #819288

Color information

#819288 (or 0x819288) is unknown color: approx Granny Smith. HEX triplet: 81, 92 and 88. RGB value is (129,146,136). Sum of RGB (Red+Green+Blue) = 129+146+136=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #819288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819288 is #7E6D77. Grayscale: #8B8B8B. Windows color (decimal): -8285560 or 8950401. OLE color: 8950401.

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

Color convert

RGB129146136-
CMYK0.1200.070.43
HSL144.71º7.23%53.92%-
HSV(B)144.71º11.64%57.25%-
XYZ23.782727.25-
YUV139.78125.87120.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=31.39%
G=35.52%
B=33.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461360.1200.070.43144.717.2353.92
Hex819288C072B91736
Octal201222210140753221766
Binary1000000110010010100010001100011110101110010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819288; }

 p { color: rgb(129,146,136); }

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

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

 a { background-color: rgb(129,146,136); }

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

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

 span { border-color: rgb(129,146,136); }

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