Html Css Color HEX #739182 Granny Smith

📋 copy color: '#739182'

red 115 ◦ green 145 ◦ blue 130

#739182
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #739182

Tints of Granny Smith #739182

RGB

 RED value IS 115 (45.31% from 255) = 29.49%

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 29.49%
G = 37.18%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#739182 (or 0x739182) is known color: Granny Smith. HEX triplet: 73, 91 and 82. RGB value is (115,145,130). Sum of RGB (Red+Green+Blue) = 115+145+130=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #739182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739182 is #8C6E7D. Grayscale: #868686. Windows color (decimal): -9203326 or 8556915. OLE color: 8556915.

HSL color Cylindrical-coordinate representation of color #739182: hue angle of 150º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739182 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 145 130 -
CMYK 0.21 0 0.10 0.43
HSL 150º 0.12% 0.51% -
HSV(B) 150º 0.21% 0.57% -
XYZ 21.22 25.51 24.92 -
YUV 134.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 115 145 130 0.21 0 0.10 0.43 150 0.12 0.51
Hex 73 91 82 15 0 A 2B 96 C 33
Octal 163 221 202 25 0 12 53 226 14 63
Binary 1110011 10010001 10000010 10101 0 1010 101011 10010110 1100 110011

Color Harmonies of #739182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739182

Black with #739182

Text Example


Text Example

White with #739182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739182; }

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

 H1.HeaderClassName
 {
   color: #739182;
 }
 .AnyTagClassName
 {
   color: #739182;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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