#49AF94

Color #49AF94 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #49AF94

Tints of Keppel #49AF94

Color information

#49AF94 (or 0x49AF94) is unknown color: approx Keppel. HEX triplet: 49, AF and 94. RGB value is (73,175,148). Sum of RGB (Red+Green+Blue) = 73+175+148=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF94 is #B6506B. Grayscale: #8D8D8D. Windows color (decimal): -11948140 or 9744201. OLE color: 9744201.

HSL color Cylindrical-coordinate representation of color #49AF94: hue angle of 164.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF94 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB73175148-
CMYK0.5800.150.31
HSL164.12º41.13%48.63%-
HSV(B)164.12º58.29%68.63%-
XYZ23.4234.2133.39-
YUV141.42131.7179.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=18.43%
G=44.19%
B=37.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751480.5800.150.31164.1241.1348.63
Hex49AF943A0F1Fa42931
Octal11125722472017372445161
Binary10010011010111110010100111010011111111110100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AF94; }

 p { color: rgb(73,175,148); }

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

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

 a { background-color: rgb(73,175,148); }

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

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

 span { border-color: rgb(73,175,148); }

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