#143121

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

Shades of Cardin Green #143121

Tints of Cardin Green #143121

Color information

#143121 (or 0x143121) is unknown color: approx Cardin Green. HEX triplet: 14, 31 and 21. RGB value is (20,49,33). Sum of RGB (Red+Green+Blue) = 20+49+33=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #143121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143121 is #EBCEDE. Grayscale: #262626. Windows color (decimal): -15453919 or 2175252. OLE color: 2175252.

HSL color Cylindrical-coordinate representation of color #143121: hue angle of 146.9º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143121 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB204933-
CMYK0.5900.330.81
HSL146.9º42.03%13.53%-
HSV(B)146.9º59.18%19.22%-
XYZ1.662.461.83-
YUV38.5124.89114.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=19.61%
G=48.04%
B=32.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049330.5900.330.81146.942.0313.53
Hex1431213B02151932ae
Octal246141730411212235216
Binary1010011000110000111101101000011010001100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143121; }

 p { color: rgb(20,49,33); }

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

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

 a { background-color: rgb(20,49,33); }

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

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

 span { border-color: rgb(20,49,33); }

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