#124741

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

Shades of Cyprus #124741

Tints of Cyprus #124741

Color information

#124741 (or 0x124741) is unknown color: approx Cyprus. HEX triplet: 12, 47 and 41. RGB value is (18,71,65). Sum of RGB (Red+Green+Blue) = 18+71+65=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #124741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124741 is #EDB8BE. Grayscale: #363636. Windows color (decimal): -15579327 or 4278034. OLE color: 4278034.

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

Color convert

RGB187165-
CMYK0.7500.080.72
HSL173.21º59.55%17.45%-
HSV(B)173.21º74.65%27.84%-
XYZ3.465.025.79-
YUV54.47133.94101.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=11.69%
G=46.10%
B=42.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871650.7500.080.72173.2159.5517.45
Hex1247414B0848ad3c11
Octal221071011130101102557421
Binary100101000111100000110010110100010010001010110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124741; }

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

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

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

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

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

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

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

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