#719384

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

Shades of Granny Smith #719384

Tints of Granny Smith #719384

Color information

#719384 (or 0x719384) is unknown color: approx Granny Smith. HEX triplet: 71, 93 and 84. RGB value is (113,147,132). Sum of RGB (Red+Green+Blue) = 113+147+132=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #719384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719384 is #8E6C7B. Grayscale: #878787. Windows color (decimal): -9333884 or 8688497. OLE color: 8688497.

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

Color convert

RGB113147132-
CMYK0.2300.100.42
HSL153.53º13.6%50.98%-
HSV(B)153.53º23.13%57.65%-
XYZ21.4126.0425.73-
YUV135.12126.24112.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=28.83%
G=37.5%
B=33.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471320.2300.100.42153.5313.650.98
Hex719384170A2A9ae33
Octal16122320427012522321663
Binary111000110010011100001001011101010101010100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719384; }

 p { color: rgb(113,147,132); }

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

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

 a { background-color: rgb(113,147,132); }

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

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

 span { border-color: rgb(113,147,132); }

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