#114C45

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

Shades of Cyprus #114C45

Tints of Cyprus #114C45

Color information

#114C45 (or 0x114C45) is unknown color: approx Cyprus. HEX triplet: 11, 4C and 45. RGB value is (17,76,69). Sum of RGB (Red+Green+Blue) = 17+76+69=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #114C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C45 is #EEB3BA. Grayscale: #393939. Windows color (decimal): -15643579 or 4541457. OLE color: 4541457.

HSL color Cylindrical-coordinate representation of color #114C45: hue angle of 172.88º 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 #114C45 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB177669-
CMYK0.7800.090.70
HSL172.88º63.44%18.24%-
HSV(B)172.88º77.63%29.8%-
XYZ3.895.726.53-
YUV57.56134.4599.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=10.49%
G=46.91%
B=42.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776690.7800.090.70172.8863.4418.24
Hex114C454E0946ad3f12
Octal211141051160111062557722
Binary100011001100100010110011100100110001101010110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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