#14423F

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

Shades of Tiber #14423F

Tints of Tiber #14423F

Color information

#14423F (or 0x14423F) is unknown color: approx Tiber. HEX triplet: 14, 42 and 3F. RGB value is (20,66,63). Sum of RGB (Red+Green+Blue) = 20+66+63=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #14423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14423F is #EBBDC0. Grayscale: #333333. Windows color (decimal): -15449537 or 4145684. OLE color: 4145684.

HSL color Cylindrical-coordinate representation of color #14423F: hue angle of 176.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14423F is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB206663-
CMYK0.7000.050.74
HSL176.09º53.49%16.86%-
HSV(B)176.09º69.7%25.88%-
XYZ3.134.45.39-
YUV51.9134.26105.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 63 (25% from 255) = 42.28%
R=13.42%
G=44.30%
B=42.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066630.7000.050.74176.0953.4916.86
Hex14423F46054Ab03511
Octal2410277106051122606521
Binary1010010000101111111000110010110010101011000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14423F; }

 p { color: rgb(20,66,63); }

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

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

 a { background-color: rgb(20,66,63); }

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

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

 span { border-color: rgb(20,66,63); }

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