#749282

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

Shades of Granny Smith #749282

Tints of Granny Smith #749282

Color information

#749282 (or 0x749282) is unknown color: approx Granny Smith. HEX triplet: 74, 92 and 82. RGB value is (116,146,130). Sum of RGB (Red+Green+Blue) = 116+146+130=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #749282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749282 is #8B6D7D. Grayscale: #878787. Windows color (decimal): -9137534 or 8557172. OLE color: 8557172.

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

Color convert

RGB116146130-
CMYK0.2100.110.43
HSL148º12.1%51.37%-
HSV(B)148º20.55%57.25%-
XYZ21.5125.8824.98-
YUV135.21125.06114.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=29.59%
G=37.24%
B=33.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461300.2100.110.4314812.151.37
Hex749282150B2B94c33
Octal16422220225013532241463
Binary111010010010010100000101010101011101011100101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749282; }

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

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

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

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

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

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

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

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