#114846

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

Shades of Cyprus #114846

Tints of Cyprus #114846

Color information

#114846 (or 0x114846) is unknown color: approx Cyprus. HEX triplet: 11, 48 and 46. RGB value is (17,72,70). Sum of RGB (Red+Green+Blue) = 17+72+70=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #114846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114846 is #EEB7B9. Grayscale: #373737. Windows color (decimal): -15644602 or 4605969. OLE color: 4605969.

HSL color Cylindrical-coordinate representation of color #114846: hue angle of 177.82º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114846 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB177270-
CMYK0.7600.030.72
HSL177.82º61.8%17.45%-
HSV(B)177.82º76.39%28.24%-
XYZ3.655.26.6-
YUV55.33136.28100.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=10.69%
G=45.28%
B=44.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1772700.7600.030.72177.8261.817.45
Hex1148464C0348b23e11
Octal21110106114031102627621
Binary1000110010001000110100110001110010001011001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114846; }

 p { color: rgb(17,72,70); }

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

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

 a { background-color: rgb(17,72,70); }

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

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

 span { border-color: rgb(17,72,70); }

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