#143221

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

Shades of Cardin Green #143221

Tints of Cardin Green #143221

Color information

#143221 (or 0x143221) is unknown color: approx Cardin Green. HEX triplet: 14, 32 and 21. RGB value is (20,50,33). Sum of RGB (Red+Green+Blue) = 20+50+33=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #143221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143221 is #EBCDDE. Grayscale: #272727. Windows color (decimal): -15453663 or 2175508. OLE color: 2175508.

HSL color Cylindrical-coordinate representation of color #143221: hue angle of 146º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143221 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB205033-
CMYK0.6000.340.80
HSL146º42.86%13.73%-
HSV(B)146º60%19.61%-
XYZ1.72.541.84-
YUV39.09124.56114.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=19.42%
G=48.54%
B=32.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050330.6000.340.8014642.8613.73
Hex1432213C02250922be
Octal246241740421202225316
Binary1010011001010000111110001000101010000100100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143221; }

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

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

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

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

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

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

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

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