#114E45

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

Shades of Cyprus #114E45

Tints of Cyprus #114E45

Color information

#114E45 (or 0x114E45) is unknown color: approx Cyprus. HEX triplet: 11, 4E and 45. RGB value is (17,78,69). Sum of RGB (Red+Green+Blue) = 17+78+69=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #114E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E45 is #EEB1BA. Grayscale: #3A3A3A. Windows color (decimal): -15643067 or 4541969. OLE color: 4541969.

HSL color Cylindrical-coordinate representation of color #114E45: hue angle of 171.15º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E45 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB177869-
CMYK0.7800.120.69
HSL171.15º64.21%18.63%-
HSV(B)171.15º78.21%30.59%-
XYZ4.0366.58-
YUV58.73133.7998.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=10.37%
G=47.56%
B=42.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1778690.7800.120.69171.1564.2118.63
Hex114E454E0C45ab4013
Octal2111610511601410525310023
Binary1000110011101000101100111001100100010110101011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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