#739082

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

Shades of Granny Smith #739082

Tints of Granny Smith #739082

Color information

#739082 (or 0x739082) is unknown color: approx Granny Smith. HEX triplet: 73, 90 and 82. RGB value is (115,144,130). Sum of RGB (Red+Green+Blue) = 115+144+130=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #739082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739082 is #8C6F7D. Grayscale: #858585. Windows color (decimal): -9203582 or 8556659. OLE color: 8556659.

HSL color Cylindrical-coordinate representation of color #739082: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #739082 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB115144130-
CMYK0.2000.100.44
HSL151.03º11.55%50.78%-
HSV(B)151.03º20.14%56.47%-
XYZ21.0725.224.87-
YUV133.73125.89114.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=29.56%
G=37.02%
B=33.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441300.2000.100.44151.0311.5550.78
Hex739082140A2C97c33
Octal16322020224012542271463
Binary111001110010000100000101010001010101100100101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739082; }

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

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

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

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

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

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

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

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