#124547

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

Shades of Cyprus #124547

Tints of Cyprus #124547

Color information

#124547 (or 0x124547) is unknown color: approx Cyprus. HEX triplet: 12, 45 and 47. RGB value is (18,69,71). Sum of RGB (Red+Green+Blue) = 18+69+71=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #124547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124547 is #EDBAB8. Grayscale: #353535. Windows color (decimal): -15579833 or 4670738. OLE color: 4670738.

HSL color Cylindrical-coordinate representation of color #124547: hue angle of 182.26º 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 #124547 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB186971-
CMYK0.750.0300.72
HSL182.26º59.55%17.45%-
HSV(B)182.26º74.65%27.84%-
XYZ3.514.846.71-
YUV53.98137.6102.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=11.39%
G=43.67%
B=44.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1869710.750.0300.72182.2659.5517.45
Hex1245474B3048b63c11
Octal22105107113301102667421
Binary1001010001011000111100101111010010001011011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124547; }

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

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

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

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

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

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

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

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