#124745

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

Shades of Cyprus #124745

Tints of Cyprus #124745

Color information

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

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

Color convert

RGB187169-
CMYK0.7500.030.72
HSL177.74º59.55%17.45%-
HSV(B)177.74º74.65%27.84%-
XYZ3.585.066.42-
YUV54.92135.94101.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871690.7500.030.72177.7459.5517.45
Hex1247454B0348b23c11
Octal22107105113031102627421
Binary1001010001111000101100101101110010001011001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124745; }

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

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

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

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

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

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

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

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