#143526

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

Shades of Cardin Green #143526

Tints of Cardin Green #143526

Color information

#143526 (or 0x143526) is unknown color: approx Cardin Green. HEX triplet: 14, 35 and 26. RGB value is (20,53,38). Sum of RGB (Red+Green+Blue) = 20+53+38=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #143526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143526 is #EBCAD9. Grayscale: #292929. Windows color (decimal): -15452890 or 2503956. OLE color: 2503956.

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

Color convert

RGB205338-
CMYK0.6200.280.79
HSL152.73º45.21%14.31%-
HSV(B)152.73º62.26%20.78%-
XYZ1.912.832.28-
YUV41.42126.07112.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=18.02%
G=47.75%
B=34.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053380.6200.280.79152.7345.2114.31
Hex1435263E01C4F992de
Octal246546760341172315516
Binary101001101011001101111100111001001111100110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143526; }

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

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

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

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

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

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

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

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