#749184

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

Shades of Granny Smith #749184

Tints of Granny Smith #749184

Color information

#749184 (or 0x749184) is unknown color: approx Granny Smith. HEX triplet: 74, 91 and 84. RGB value is (116,145,132). Sum of RGB (Red+Green+Blue) = 116+145+132=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #749184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749184 is #8B6E7B. Grayscale: #868686. Windows color (decimal): -9137788 or 8687988. OLE color: 8687988.

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

Color convert

RGB116145132-
CMYK0.200.090.43
HSL153.1º11.65%51.18%-
HSV(B)153.1º20%56.86%-
XYZ21.4925.6325.64-
YUV134.85126.39114.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=29.52%
G=36.90%
B=33.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451320.200.090.43153.111.6551.18
Hex74918414092B99c33
Octal16422120424011532311463
Binary111010010010001100001001010001001101011100110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749184; }

 p { color: rgb(116,145,132); }

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

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

 a { background-color: rgb(116,145,132); }

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

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

 span { border-color: rgb(116,145,132); }

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