#749384

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

Shades of Granny Smith #749384

Tints of Granny Smith #749384

Color information

#749384 (or 0x749384) is unknown color: approx Granny Smith. HEX triplet: 74, 93 and 84. RGB value is (116,147,132). Sum of RGB (Red+Green+Blue) = 116+147+132=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #749384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749384 is #8B6C7B. Grayscale: #888888. Windows color (decimal): -9137276 or 8688500. OLE color: 8688500.

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

Color convert

RGB116147132-
CMYK0.2100.100.42
HSL150.97º12.55%51.57%-
HSV(B)150.97º21.09%57.65%-
XYZ21.826.2525.75-
YUV136.02125.73113.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=29.37%
G=37.22%
B=33.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471320.2100.100.42150.9712.5551.57
Hex749384150A2A97d34
Octal16422320425012522271564
Binary111010010010011100001001010101010101010100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749384; }

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

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

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

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

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

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

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

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