#124441

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

Shades of Cyprus #124441

Tints of Cyprus #124441

Color information

#124441 (or 0x124441) is unknown color: approx Cyprus. HEX triplet: 12, 44 and 41. RGB value is (18,68,65). Sum of RGB (Red+Green+Blue) = 18+68+65=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #124441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124441 is #EDBBBE. Grayscale: #343434. Windows color (decimal): -15580095 or 4277266. OLE color: 4277266.

HSL color Cylindrical-coordinate representation of color #124441: hue angle of 176.4º degrees, saturation: 0.58, 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 #124441 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB186865-
CMYK0.7400.040.73
HSL176.4º58.14%16.86%-
HSV(B)176.4º73.53%26.67%-
XYZ3.274.645.73-
YUV52.71134.94103.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=11.92%
G=45.03%
B=43.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868650.7400.040.73176.458.1416.86
Hex1244414A0449b03a11
Octal22104101112041112607221
Binary10010100010010000011001010010010010011011000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124441; }

 p { color: rgb(18,68,65); }

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

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

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

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

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

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

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