Html Css Color HEX #749384 Granny Smith

📋 copy color: '#749384'

red 116 ◦ green 147 ◦ blue 132

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

Shades of Granny Smith #749384

Tints of Granny Smith #749384

RGB

 RED value IS 116 (45.7% from 255) = 29.37%

 GREEN value IS 147 (57.81% from 255) = 37.22%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 29.37%
G = 37.22%
B = 33.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#749384 (or 0x749384) is known color: Granny Smith. HEX triplet: 74, 93 and 84. RGB value is (116,147,132). Sum of RGB (Red+Green+Blue) = 116+147+132=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #749384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749384 is #8B6C7B. Grayscale: #888888. Windows color (decimal): -9137276 or 8688500. OLE color: 8688500.

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

Color convert

RGB 116 147 132 -
CMYK 0.21 0 0.10 0.42
HSL 150.97º 0.13% 0.52% -
HSV(B) 150.97º 0.21% 0.58% -
XYZ 21.8 26.25 25.75 -
YUV 136.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 116 147 132 0.21 0 0.10 0.42 150.97 0.13 0.52
Hex 74 93 84 15 0 A 2A 97 D 34
Octal 164 223 204 25 0 12 52 227 15 64
Binary 1110100 10010011 10000100 10101 0 1010 101010 10010111 1101 110100

Color Harmonies of #749384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749384

Black with #749384

Text Example


Text Example

White with #749384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749384; }

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

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

background-color css

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

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

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

border-color css

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

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

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