#114B48

Color #114B48 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #114B48

Tints of Cyprus #114B48

Color information

#114B48 (or 0x114B48) is unknown color: approx Cyprus. HEX triplet: 11, 4B and 48. RGB value is (17,75,72). Sum of RGB (Red+Green+Blue) = 17+75+72=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #114B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B48 is #EEB4B7. Grayscale: #393939. Windows color (decimal): -15643832 or 4737809. OLE color: 4737809.

HSL color Cylindrical-coordinate representation of color #114B48: hue angle of 176.9º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B48 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB177572-
CMYK0.7700.040.71
HSL176.9º63.04%18.04%-
HSV(B)176.9º77.33%29.41%-
XYZ3.925.627.01-
YUV57.32136.2899.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=10.37%
G=45.73%
B=43.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775720.7700.040.71176.963.0418.04
Hex114B484D0447b13f12
Octal21113110115041072617722
Binary10001100101110010001001101010010001111011000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114B48; }

 p { color: rgb(17,75,72); }

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

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

 a { background-color: rgb(17,75,72); }

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

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

 span { border-color: rgb(17,75,72); }

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