#124744

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

Shades of Cyprus #124744

Tints of Cyprus #124744

Color information

#124744 (or 0x124744) is unknown color: approx Cyprus. HEX triplet: 12, 47 and 44. RGB value is (18,71,68). Sum of RGB (Red+Green+Blue) = 18+71+68=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #124744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124744 is #EDB8BB. Grayscale: #363636. Windows color (decimal): -15579324 or 4474642. OLE color: 4474642.

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

Color convert

RGB187168-
CMYK0.7500.040.72
HSL176.6º59.55%17.45%-
HSV(B)176.6º74.65%27.84%-
XYZ3.555.056.26-
YUV54.81135.44101.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=11.46%
G=45.22%
B=43.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871680.7500.040.72176.659.5517.45
Hex1247444B0448b13c11
Octal22107104113041102617421
Binary10010100011110001001001011010010010001011000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124744; }

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

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

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

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

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

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

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

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