#124646

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

Shades of Cyprus #124646

Tints of Cyprus #124646

Color information

#124646 (or 0x124646) is unknown color: approx Cyprus. HEX triplet: 12, 46 and 46. RGB value is (18,70,70). Sum of RGB (Red+Green+Blue) = 18+70+70=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #124646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124646 is #EDB9B9. Grayscale: #363636. Windows color (decimal): -15579578 or 4605458. OLE color: 4605458.

HSL color Cylindrical-coordinate representation of color #124646: hue angle of 180º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124646 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB187070-
CMYK0.74000.73
HSL180º59.09%17.25%-
HSV(B)180º74.29%27.45%-
XYZ3.554.956.56-
YUV54.45136.77102-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=11.39%
G=44.30%
B=44.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870700.74000.7318059.0917.25
Hex1246464A0049b43b11
Octal22106106112001112647321
Binary100101000110100011010010100010010011011010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124646; }

 p { color: rgb(18,70,70); }

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

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

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

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

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

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

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