#124942

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

Shades of Cyprus #124942

Tints of Cyprus #124942

Color information

#124942 (or 0x124942) is unknown color: approx Cyprus. HEX triplet: 12, 49 and 42. RGB value is (18,73,66). Sum of RGB (Red+Green+Blue) = 18+73+66=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #124942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124942 is #EDB6BD. Grayscale: #373737. Windows color (decimal): -15578814 or 4344082. OLE color: 4344082.

HSL color Cylindrical-coordinate representation of color #124942: hue angle of 172.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124942 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB187366-
CMYK0.7500.100.71
HSL172.36º60.44%17.84%-
HSV(B)172.36º75.34%28.63%-
XYZ3.625.295.98-
YUV55.76133.78101.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=11.46%
G=46.50%
B=42.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873660.7500.100.71172.3660.4417.84
Hex1249424B0A47ac3c12
Octal221111021130121072547422
Binary100101001001100001010010110101010001111010110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124942; }

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

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

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

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

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

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

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

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