#739485

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

Shades of Granny Smith #739485

Tints of Granny Smith #739485

Color information

#739485 (or 0x739485) is unknown color: approx Granny Smith. HEX triplet: 73, 94 and 85. RGB value is (115,148,133). Sum of RGB (Red+Green+Blue) = 115+148+133=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #739485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739485 is #8C6B7A. Grayscale: #888888. Windows color (decimal): -9202555 or 8754291. OLE color: 8754291.

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

Color convert

RGB115148133-
CMYK0.2200.100.42
HSL152.73º13.36%51.57%-
HSV(B)152.73º22.3%58.04%-
XYZ21.8926.5226.15-
YUV136.42126.07112.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=29.04%
G=37.37%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481330.2200.100.42152.7313.3651.57
Hex739485160A2A99d34
Octal16322420526012522311564
Binary111001110010100100001011011001010101010100110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739485; }

 p { color: rgb(115,148,133); }

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

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

 a { background-color: rgb(115,148,133); }

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

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

 span { border-color: rgb(115,148,133); }

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