#729382

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

Shades of Granny Smith #729382

Tints of Granny Smith #729382

Color information

#729382 (or 0x729382) is unknown color: approx Granny Smith. HEX triplet: 72, 93 and 82. RGB value is (114,147,130). Sum of RGB (Red+Green+Blue) = 114+147+130=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #729382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729382 is #8D6C7D. Grayscale: #878787. Windows color (decimal): -9268350 or 8557426. OLE color: 8557426.

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

Color convert

RGB114147130-
CMYK0.2200.120.42
HSL149.09º13.25%51.18%-
HSV(B)149.09º22.45%57.65%-
XYZ21.426.0625.02-
YUV135.2125.07112.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 130 (51.17% from 255) = 33.25%
R=29.16%
G=37.60%
B=33.25%

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
Decimal1141471300.2200.120.42149.0913.2551.18
Hex729382160C2A95d33
Octal16222320226014522251563
Binary111001010010011100000101011001100101010100101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729382; }

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

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

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

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

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

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

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

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