#124643

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

Shades of Cyprus #124643

Tints of Cyprus #124643

Color information

#124643 (or 0x124643) is unknown color: approx Cyprus. HEX triplet: 12, 46 and 43. RGB value is (18,70,67). Sum of RGB (Red+Green+Blue) = 18+70+67=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #124643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124643 is #EDB9BC. Grayscale: #363636. Windows color (decimal): -15579581 or 4408850. OLE color: 4408850.

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

Color convert

RGB187067-
CMYK0.7400.040.73
HSL176.54º59.09%17.25%-
HSV(B)176.54º74.29%27.45%-
XYZ3.454.916.08-
YUV54.11135.27102.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=11.61%
G=45.16%
B=43.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870670.7400.040.73176.5459.0917.25
Hex1246434A0449b13b11
Octal22106103112041112617321
Binary10010100011010000111001010010010010011011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124643; }

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

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

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

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

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

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

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

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