#142936

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

Shades of Tangaroa #142936

Tints of Tangaroa #142936

Color information

#142936 (or 0x142936) is unknown color: approx Tangaroa. HEX triplet: 14, 29 and 36. RGB value is (20,41,54). Sum of RGB (Red+Green+Blue) = 20+41+54=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #142936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142936 is #EBD6C9. Grayscale: #242424. Windows color (decimal): -15455946 or 3549460. OLE color: 3549460.

HSL color Cylindrical-coordinate representation of color #142936: hue angle of 202.94º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142936 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB204154-
CMYK0.630.2400.79
HSL202.94º45.95%14.51%-
HSV(B)202.94º62.96%21.18%-
XYZ1.7523.78-
YUV36.2138.04116.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=17.39%
G=35.65%
B=46.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2041540.630.2400.79202.9445.9514.51
Hex1429363F1804Fcb2ef
Octal245166773001173135617
Binary101001010011101101111111100001001111110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142936; }

 p { color: rgb(20,41,54); }

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

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

 a { background-color: rgb(20,41,54); }

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

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

 span { border-color: rgb(20,41,54); }

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