#124845

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

Shades of Cyprus #124845

Tints of Cyprus #124845

Color information

#124845 (or 0x124845) is unknown color: approx Cyprus. HEX triplet: 12, 48 and 45. RGB value is (18,72,69). Sum of RGB (Red+Green+Blue) = 18+72+69=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #124845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124845 is #EDB7BA. Grayscale: #373737. Windows color (decimal): -15579067 or 4540434. OLE color: 4540434.

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

Color convert

RGB187269-
CMYK0.7500.040.72
HSL176.67º60%17.65%-
HSV(B)176.67º75%28.24%-
XYZ3.645.196.44-
YUV55.51135.61101.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=11.32%
G=45.28%
B=43.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872690.7500.040.72176.676017.65
Hex1248454B0448b13c12
Octal22110105113041102617422
Binary10010100100010001011001011010010010001011000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124845; }

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

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

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

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

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

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

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

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