#143227

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

Shades of Cardin Green #143227

Tints of Cardin Green #143227

Color information

#143227 (or 0x143227) is unknown color: approx Cardin Green. HEX triplet: 14, 32 and 27. RGB value is (20,50,39). Sum of RGB (Red+Green+Blue) = 20+50+39=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #143227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143227 is #EBCDD8. Grayscale: #272727. Windows color (decimal): -15453657 or 2568724. OLE color: 2568724.

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

Color convert

RGB205039-
CMYK0.6000.220.80
HSL158º42.86%13.73%-
HSV(B)158º60%19.61%-
XYZ1.82.582.32-
YUV39.78127.56113.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=18.35%
G=45.87%
B=35.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050390.6000.220.8015842.8613.73
Hex1432273C016509e2be
Octal246247740261202365316
Binary101001100101001111111000101101010000100111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143227; }

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

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

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

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

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

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

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

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