#749588

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

Shades of Granny Smith #749588

Tints of Granny Smith #749588

Color information

#749588 (or 0x749588) is unknown color: approx Granny Smith. HEX triplet: 74, 95 and 88. RGB value is (116,149,136). Sum of RGB (Red+Green+Blue) = 116+149+136=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #749588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749588 is #8B6A77. Grayscale: #898989. Windows color (decimal): -9136760 or 8951156. OLE color: 8951156.

HSL color Cylindrical-coordinate representation of color #749588: hue angle of 156.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749588 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB116149136-
CMYK0.2200.090.42
HSL156.36º13.47%51.96%-
HSV(B)156.36º22.15%58.43%-
XYZ22.3926.9927.32-
YUV137.65127.07112.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=28.93%
G=37.16%
B=33.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161491360.2200.090.42156.3613.4751.96
Hex74958816092A9cd34
Octal16422521026011522341564
Binary111010010010101100010001011001001101010100111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749588; }

 p { color: rgb(116,149,136); }

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

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

 a { background-color: rgb(116,149,136); }

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

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

 span { border-color: rgb(116,149,136); }

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