Html Css Color HEX #739382 Granny Smith

📋 copy color: '#739382'

red 115 ◦ green 147 ◦ blue 130

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

Shades of Granny Smith #739382

Tints of Granny Smith #739382

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 value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#739382 (or 0x739382) is known color: 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

RGB 115 147 130 -
CMYK 0.22 0 0.12 0.42
HSL 148.13º 0.13% 0.51% -
HSV(B) 148.13º 0.22% 0.58% -
XYZ 21.53 26.12 25.03 -
YUV 135.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 115 147 130 0.22 0 0.12 0.42 148.13 0.13 0.51
Hex 73 93 82 16 0 C 2A 94 D 33
Octal 163 223 202 26 0 14 52 224 15 63
Binary 1110011 10010011 10000010 10110 0 1100 101010 10010100 1101 110011

Color Harmonies of #739382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739382

Black with #739382

Text Example


Text Example

White with #739382

Text Example


Text Example

HTML Codes & Css Web 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>