#143223

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

Shades of Cardin Green #143223

Tints of Cardin Green #143223

Color information

#143223 (or 0x143223) is unknown color: approx Cardin Green. HEX triplet: 14, 32 and 23. RGB value is (20,50,35). Sum of RGB (Red+Green+Blue) = 20+50+35=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #143223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143223 is #EBCDDC. Grayscale: #272727. Windows color (decimal): -15453661 or 2306580. OLE color: 2306580.

HSL color Cylindrical-coordinate representation of color #143223: hue angle of 150º 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 #143223 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB205035-
CMYK0.6000.300.80
HSL150º42.86%13.73%-
HSV(B)150º60%19.61%-
XYZ1.732.551.99-
YUV39.32125.56114.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=19.05%
G=47.62%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050350.6000.300.8015042.8613.73
Hex1432233C01E50962be
Octal246243740361202265316
Binary101001100101000111111000111101010000100101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143223; }

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

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

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

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

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

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

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

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