#114C47

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

Shades of Cyprus #114C47

Tints of Cyprus #114C47

Color information

#114C47 (or 0x114C47) is unknown color: approx Cyprus. HEX triplet: 11, 4C and 47. RGB value is (17,76,71). Sum of RGB (Red+Green+Blue) = 17+76+71=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #114C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C47 is #EEB3B8. Grayscale: #393939. Windows color (decimal): -15643577 or 4672529. OLE color: 4672529.

HSL color Cylindrical-coordinate representation of color #114C47: hue angle of 174.92º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C47 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB177671-
CMYK0.7800.070.70
HSL174.92º63.44%18.24%-
HSV(B)174.92º77.63%29.8%-
XYZ3.955.746.86-
YUV57.79135.4598.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=10.37%
G=46.34%
B=43.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776710.7800.070.70174.9263.4418.24
Hex114C474E0746af3f12
Octal21114107116071062577722
Binary10001100110010001111001110011110001101010111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,71); }

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

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

 a { background-color: rgb(17,76,71); }

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

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

 span { border-color: rgb(17,76,71); }

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