#11574A

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

Shades of Cyprus #11574A

Tints of Cyprus #11574A

Color information

#11574A (or 0x11574A) is unknown color: approx Cyprus. HEX triplet: 11, 57 and 4A. RGB value is (17,87,74). Sum of RGB (Red+Green+Blue) = 17+87+74=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #11574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11574A is #EEA8B5. Grayscale: #404040. Windows color (decimal): -15640758 or 4871953. OLE color: 4871953.

HSL color Cylindrical-coordinate representation of color #11574A: hue angle of 168.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11574A is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB178774-
CMYK0.8000.150.66
HSL168.86º67.31%20.39%-
HSV(B)168.86º80.46%34.12%-
XYZ4.887.437.66-
YUV64.59133.3194.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 87 (34.38% from 255) = 48.88%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=9.55%
G=48.88%
B=41.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1787740.8000.150.66168.8667.3120.39
Hex11574A500F42a94314
Octal2112711212001710225110324
Binary1000110101111001010101000001111100001010101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11574A; }

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

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

<style>
 a { background-color: #11574A; }

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

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

<style>
 span { border-color: #11574A; }

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

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