#143724

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

Shades of Cardin Green #143724

Tints of Cardin Green #143724

Color information

#143724 (or 0x143724) is unknown color: approx Cardin Green. HEX triplet: 14, 37 and 24. RGB value is (20,55,36). Sum of RGB (Red+Green+Blue) = 20+55+36=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #143724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143724 is #EBC8DB. Grayscale: #2A2A2A. Windows color (decimal): -15452380 or 2373396. OLE color: 2373396.

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

Color convert

RGB205536-
CMYK0.6400.350.78
HSL147.43º46.67%14.71%-
HSV(B)147.43º63.64%21.57%-
XYZ1.973.012.15-
YUV42.37124.4112.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=18.02%
G=49.55%
B=32.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055360.6400.350.78147.4346.6714.71
Hex143724400234E932ff
Octal2467441000431162235717
Binary10100110111100100100000001000111001110100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143724; }

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

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

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

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

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

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

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

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