#114A44

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

Shades of Cyprus #114A44

Tints of Cyprus #114A44

Color information

#114A44 (or 0x114A44) is unknown color: approx Cyprus. HEX triplet: 11, 4A and 44. RGB value is (17,74,68). Sum of RGB (Red+Green+Blue) = 17+74+68=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #114A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A44 is #EEB5BB. Grayscale: #383838. Windows color (decimal): -15644092 or 4475409. OLE color: 4475409.

HSL color Cylindrical-coordinate representation of color #114A44: hue angle of 173.68º 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 #114A44 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB177468-
CMYK0.7700.080.71
HSL173.68º62.64%17.84%-
HSV(B)173.68º77.03%29.02%-
XYZ3.725.436.32-
YUV56.27134.6299.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=10.69%
G=46.54%
B=42.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774680.7700.080.71173.6862.6417.84
Hex114A444D0847ae3f12
Octal211121041150101072567722
Binary100011001010100010010011010100010001111010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,74,68); }

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

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

 a { background-color: rgb(17,74,68); }

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

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

 span { border-color: rgb(17,74,68); }

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