#194240

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

Shades of Tiber #194240

Tints of Tiber #194240

Color information

#194240 (or 0x194240) is unknown color: approx Tiber. HEX triplet: 19, 42 and 40. RGB value is (25,66,64). Sum of RGB (Red+Green+Blue) = 25+66+64=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #194240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194240 is #E6BDBF. Grayscale: #353535. Windows color (decimal): -15121856 or 4211225. OLE color: 4211225.

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

Color convert

RGB256664-
CMYK0.6200.030.74
HSL177.07º45.05%17.84%-
HSV(B)177.07º62.12%25.88%-
XYZ3.274.475.54-
YUV53.51133.92107.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=16.13%
G=42.58%
B=41.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2566640.6200.030.74177.0745.0517.84
Hex1942403E034Ab12d12
Octal3110210076031122615522
Binary110011000010100000011111001110010101011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194240; }

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

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

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

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

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

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

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

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