#194241

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

Shades of Tiber #194241

Tints of Tiber #194241

Color information

#194241 (or 0x194241) is unknown color: approx Tiber. HEX triplet: 19, 42 and 41. RGB value is (25,66,65). Sum of RGB (Red+Green+Blue) = 25+66+65=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #194241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194241 is #E6BDBE. Grayscale: #353535. Windows color (decimal): -15121855 or 4276761. OLE color: 4276761.

HSL color Cylindrical-coordinate representation of color #194241: hue angle of 178.54º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194241 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB256665-
CMYK0.6200.020.74
HSL178.54º45.05%17.84%-
HSV(B)178.54º62.12%25.88%-
XYZ3.34.485.69-
YUV53.63134.42107.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=16.03%
G=42.31%
B=41.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2566650.6200.020.74178.5445.0517.84
Hex1942413E024Ab32d12
Octal3110210176021122635522
Binary110011000010100000111111001010010101011001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194241; }

 p { color: rgb(25,66,65); }

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

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

 a { background-color: rgb(25,66,65); }

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

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

 span { border-color: rgb(25,66,65); }

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