#749388

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

Shades of Granny Smith #749388

Tints of Granny Smith #749388

Color information

#749388 (or 0x749388) is unknown color: approx Granny Smith. HEX triplet: 74, 93 and 88. RGB value is (116,147,136). Sum of RGB (Red+Green+Blue) = 116+147+136=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #749388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749388 is #8B6C77. Grayscale: #888888. Windows color (decimal): -9137272 or 8950644. OLE color: 8950644.

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

Color convert

RGB116147136-
CMYK0.2100.070.42
HSL158.71º12.55%51.57%-
HSV(B)158.71º21.09%57.65%-
XYZ22.0826.3627.22-
YUV136.48127.73113.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=29.07%
G=36.84%
B=34.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471360.2100.070.42158.7112.5551.57
Hex74938815072A9fd34
Octal1642232102507522371564
Binary11101001001001110001000101010111101010100111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749388; }

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

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

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

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

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

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

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

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