#739382

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

Shades of Granny Smith #739382

Tints of Granny Smith #739382

Color information

#739382 (or 0x739382) is unknown color: approx Granny Smith. HEX triplet: 73, 93 and 82. RGB value is (115,147,130). Sum of RGB (Red+Green+Blue) = 115+147+130=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #739382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739382 is #8C6C7D. Grayscale: #878787. Windows color (decimal): -9202814 or 8557427. OLE color: 8557427.

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

Color convert

RGB115147130-
CMYK0.2200.120.42
HSL148.12º12.9%51.37%-
HSV(B)148.12º21.77%57.65%-
XYZ21.5326.1225.03-
YUV135.49124.9113.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=29.34%
G=37.5%
B=33.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471300.2200.120.42148.1212.951.37
Hex739382160C2A94d33
Octal16322320226014522241563
Binary111001110010011100000101011001100101010100101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739382; }

 p { color: rgb(115,147,130); }

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

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

 a { background-color: rgb(115,147,130); }

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

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

 span { border-color: rgb(115,147,130); }

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