#124542

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

Shades of Cyprus #124542

Tints of Cyprus #124542

Color information

#124542 (or 0x124542) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 42. RGB value is (18,69,66). Sum of RGB (Red+Green+Blue) = 18+69+66=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #124542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124542 is #EDBABD. Grayscale: #353535. Windows color (decimal): -15579838 or 4343058. OLE color: 4343058.

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

Color convert

RGB186966-
CMYK0.7400.040.73
HSL176.47º58.62%17.06%-
HSV(B)176.47º73.91%27.06%-
XYZ3.364.785.9-
YUV53.41135.1102.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 69 (27.34% from 255) = 45.10%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=11.76%
G=45.10%
B=43.14%

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
Decimal1869660.7400.040.73176.4758.6217.06
Hex1245424A0449b03b11
Octal22105102112041112607321
Binary10010100010110000101001010010010010011011000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124542; }

 p { color: rgb(18,69,66); }

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

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

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

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

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

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

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