#143529

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

Shades of Cardin Green #143529

Tints of Cardin Green #143529

Color information

#143529 (or 0x143529) is unknown color: approx Cardin Green. HEX triplet: 14, 35 and 29. RGB value is (20,53,41). Sum of RGB (Red+Green+Blue) = 20+53+41=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #143529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143529 is #EBCAD6. Grayscale: #292929. Windows color (decimal): -15452887 or 2700564. OLE color: 2700564.

HSL color Cylindrical-coordinate representation of color #143529: hue angle of 158.18º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143529 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB205341-
CMYK0.6200.230.79
HSL158.18º45.21%14.31%-
HSV(B)158.18º62.26%20.78%-
XYZ1.962.862.55-
YUV41.76127.57112.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 53 (21.09% from 255) = 46.49%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=17.54%
G=46.49%
B=35.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053410.6200.230.79158.1845.2114.31
Hex1435293E0174F9e2de
Octal246551760271172365516
Binary101001101011010011111100101111001111100111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143529; }

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

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

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

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

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

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

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

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