#124645

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

Shades of Cyprus #124645

Tints of Cyprus #124645

Color information

#124645 (or 0x124645) is unknown color: approx Cyprus. HEX triplet: 12, 46 and 45. RGB value is (18,70,69). Sum of RGB (Red+Green+Blue) = 18+70+69=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #124645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124645 is #EDB9BA. Grayscale: #363636. Windows color (decimal): -15579579 or 4539922. OLE color: 4539922.

HSL color Cylindrical-coordinate representation of color #124645: hue angle of 178.85º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124645 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB187069-
CMYK0.7400.010.73
HSL178.85º59.09%17.25%-
HSV(B)178.85º74.29%27.45%-
XYZ3.514.946.4-
YUV54.34136.27102.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=11.46%
G=44.59%
B=43.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870690.7400.010.73178.8559.0917.25
Hex1246454A0149b33b11
Octal22106105112011112637321
Binary100101000110100010110010100110010011011001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124645; }

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

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

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

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

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

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

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

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