#11504A

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

Shades of Cyprus #11504A

Tints of Cyprus #11504A

Color information

#11504A (or 0x11504A) is unknown color: approx Cyprus. HEX triplet: 11, 50 and 4A. RGB value is (17,80,74). Sum of RGB (Red+Green+Blue) = 17+80+74=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #11504A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11504A is #EEAFB5. Grayscale: #3C3C3C. Windows color (decimal): -15642550 or 4870161. OLE color: 4870161.

HSL color Cylindrical-coordinate representation of color #11504A: hue angle of 174.29º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11504A is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB178074-
CMYK0.7900.080.69
HSL174.29º64.95%19.02%-
HSV(B)174.29º78.75%31.37%-
XYZ4.346.357.48-
YUV60.48135.6396.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=9.94%
G=46.78%
B=43.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1780740.7900.080.69174.2964.9519.02
Hex11504A4F0845ae4113
Octal2112011211701010525610123
Binary1000110100001001010100111101000100010110101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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