#749284

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

Shades of Granny Smith #749284

Tints of Granny Smith #749284

Color information

#749284 (or 0x749284) is unknown color: approx Granny Smith. HEX triplet: 74, 92 and 84. RGB value is (116,146,132). Sum of RGB (Red+Green+Blue) = 116+146+132=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #749284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749284 is #8B6D7B. Grayscale: #878787. Windows color (decimal): -9137532 or 8688244. OLE color: 8688244.

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

Color convert

RGB116146132-
CMYK0.2100.100.43
HSL152º12.1%51.37%-
HSV(B)152º20.55%57.25%-
XYZ21.6525.9425.7-
YUV135.43126.06114.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=29.44%
G=37.06%
B=33.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461320.2100.100.4315212.151.37
Hex749284150A2B98c33
Octal16422220425012532301463
Binary111010010010010100001001010101010101011100110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749284; }

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

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

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

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

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

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

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

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