#124846

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

Shades of Cyprus #124846

Tints of Cyprus #124846

Color information

#124846 (or 0x124846) is unknown color: approx Cyprus. HEX triplet: 12, 48 and 46. RGB value is (18,72,70). Sum of RGB (Red+Green+Blue) = 18+72+70=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #124846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124846 is #EDB7B9. Grayscale: #373737. Windows color (decimal): -15579066 or 4605970. OLE color: 4605970.

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

Color convert

RGB187270-
CMYK0.7500.030.72
HSL177.78º60%17.65%-
HSV(B)177.78º75%28.24%-
XYZ3.675.216.61-
YUV55.63136.11101.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=11.25%
G=45%
B=43.75%

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
Decimal1872700.7500.030.72177.786017.65
Hex1248464B0348b23c12
Octal22110106113031102627422
Binary1001010010001000110100101101110010001011001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124846; }

 p { color: rgb(18,72,70); }

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

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

 a { background-color: rgb(18,72,70); }

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

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

 span { border-color: rgb(18,72,70); }

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