Html Css Color HEX #719483 Granny Smith

📋 copy color: '#719483'

red 113 ◦ green 148 ◦ blue 131

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

Shades of Granny Smith #719483

Tints of Granny Smith #719483

RGB

 RED value IS 113 (44.53% from 255) = 28.83%

 GREEN value IS 148 (58.2% from 255) = 37.76%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 28.83%
G = 37.76%
B = 33.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#719483 (or 0x719483) is known color: Granny Smith. HEX triplet: 71, 94 and 83. RGB value is (113,148,131). Sum of RGB (Red+Green+Blue) = 113+148+131=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #719483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719483 is #8E6B7C. Grayscale: #878787. Windows color (decimal): -9333629 or 8623217. OLE color: 8623217.

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

Color convert

RGB 113 148 131 -
CMYK 0.24 0 0.11 0.42
HSL 150.86º 0.14% 0.51% -
HSV(B) 150.86º 0.24% 0.58% -
XYZ 21.5 26.33 25.42 -
YUV 135.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 113 148 131 0.24 0 0.11 0.42 150.86 0.14 0.51
Hex 71 94 83 18 0 B 2A 97 E 33
Octal 161 224 203 30 0 13 52 227 16 63
Binary 1110001 10010100 10000011 11000 0 1011 101010 10010111 1110 110011

Color Harmonies of #719483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719483

Black with #719483

Text Example


Text Example

White with #719483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719483; }

 p { color: rgb(113,148,131); }

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

background-color css

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

 a { background-color: rgb(113,148,131); }

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

border-color css

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

 span { border-color: rgb(113,148,131); }

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