#143728

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

Shades of Cardin Green #143728

Tints of Cardin Green #143728

Color information

#143728 (or 0x143728) is unknown color: approx Cardin Green. HEX triplet: 14, 37 and 28. RGB value is (20,55,40). Sum of RGB (Red+Green+Blue) = 20+55+40=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #143728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143728 is #EBC8D7. Grayscale: #2A2A2A. Windows color (decimal): -15452376 or 2635540. OLE color: 2635540.

HSL color Cylindrical-coordinate representation of color #143728: hue angle of 154.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143728 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB205540-
CMYK0.6400.270.78
HSL154.29º46.67%14.71%-
HSV(B)154.29º63.64%21.57%-
XYZ2.043.032.49-
YUV42.82126.4111.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 55 (21.88% from 255) = 47.83%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=17.39%
G=47.83%
B=34.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055400.6400.270.78154.2946.6714.71
Hex1437284001B4E9a2ff
Octal2467501000331162325717
Binary1010011011110100010000000110111001110100110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143728; }

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

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

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

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

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

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

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

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