#143628

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

Shades of Cardin Green #143628

Tints of Cardin Green #143628

Color information

#143628 (or 0x143628) is unknown color: approx Cardin Green. HEX triplet: 14, 36 and 28. RGB value is (20,54,40). Sum of RGB (Red+Green+Blue) = 20+54+40=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #143628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143628 is #EBC9D7. Grayscale: #2A2A2A. Windows color (decimal): -15452632 or 2635284. OLE color: 2635284.

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

Color convert

RGB205440-
CMYK0.6300.260.79
HSL155.29º45.95%14.51%-
HSV(B)155.29º62.96%21.18%-
XYZ1.992.942.47-
YUV42.24126.74112.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=17.54%
G=47.37%
B=35.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054400.6300.260.79155.2945.9514.51
Hex1436283F01A4F9b2ef
Octal246650770321172335617
Binary101001101101010001111110110101001111100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143628; }

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

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

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

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

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

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

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

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