#749488

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

Shades of Granny Smith #749488

Tints of Granny Smith #749488

Color information

#749488 (or 0x749488) is unknown color: approx Granny Smith. HEX triplet: 74, 94 and 88. RGB value is (116,148,136). Sum of RGB (Red+Green+Blue) = 116+148+136=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #749488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749488 is #8B6B77. Grayscale: #898989. Windows color (decimal): -9137016 or 8950900. OLE color: 8950900.

HSL color Cylindrical-coordinate representation of color #749488: hue angle of 157.5º 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 #749488 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB116148136-
CMYK0.2200.080.42
HSL157.5º13.01%51.76%-
HSV(B)157.5º21.62%58.04%-
XYZ22.2426.6727.27-
YUV137.06127.4112.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 136 (53.52% from 255) = 34%
R=29%
G=37%
B=34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481360.2200.080.42157.513.0151.76
Hex74948816082A9dd34
Octal16422421026010522351564
Binary111010010010100100010001011001000101010100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749488; }

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

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

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

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

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

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

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

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