#143727

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

Shades of Cardin Green #143727

Tints of Cardin Green #143727

Color information

#143727 (or 0x143727) is unknown color: approx Cardin Green. HEX triplet: 14, 37 and 27. RGB value is (20,55,39). Sum of RGB (Red+Green+Blue) = 20+55+39=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #143727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143727 is #EBC8D8. Grayscale: #2A2A2A. Windows color (decimal): -15452377 or 2570004. OLE color: 2570004.

HSL color Cylindrical-coordinate representation of color #143727: hue angle of 152.57º 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 #143727 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB205539-
CMYK0.6400.290.78
HSL152.57º46.67%14.71%-
HSV(B)152.57º63.64%21.57%-
XYZ2.023.032.4-
YUV42.71125.9111.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 55 (21.88% from 255) = 48.25%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=17.54%
G=48.25%
B=34.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055390.6400.290.78152.5746.6714.71
Hex1437274001D4E992ff
Octal2467471000351162315717
Binary1010011011110011110000000111011001110100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143727; }

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

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

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

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

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

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

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

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