#124040

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

Shades of Tiber #124040

Tints of Tiber #124040

Color information

#124040 (or 0x124040) is unknown color: approx Tiber. HEX triplet: 12, 40 and 40. RGB value is (18,64,64). Sum of RGB (Red+Green+Blue) = 18+64+64=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #124040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124040 is #EDBFBF. Grayscale: #323232. Windows color (decimal): -15581120 or 4210706. OLE color: 4210706.

HSL color Cylindrical-coordinate representation of color #124040: hue angle of 180º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124040 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB186464-
CMYK0.72000.75
HSL180º56.1%16.08%-
HSV(B)180º71.88%25.1%-
XYZ3.014.175.5-
YUV50.25135.76105-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=12.33%
G=43.84%
B=43.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864640.72000.7518056.116.08
Hex12404048004Bb43810
Octal22100100110001132647020
Binary100101000000100000010010000010010111011010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124040; }

 p { color: rgb(18,64,64); }

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

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

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

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

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

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

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