#143428

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

Shades of Cardin Green #143428

Tints of Cardin Green #143428

Color information

#143428 (or 0x143428) is unknown color: approx Cardin Green. HEX triplet: 14, 34 and 28. RGB value is (20,52,40). Sum of RGB (Red+Green+Blue) = 20+52+40=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #143428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143428 is #EBCBD7. Grayscale: #292929. Windows color (decimal): -15453144 or 2634772. OLE color: 2634772.

HSL color Cylindrical-coordinate representation of color #143428: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143428 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB205240-
CMYK0.6200.230.80
HSL157.5º44.44%14.12%-
HSV(B)157.5º61.54%20.39%-
XYZ1.92.762.44-
YUV41.06127.4112.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=17.86%
G=46.43%
B=35.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052400.6200.230.80157.544.4414.12
Hex1434283E017509e2ce
Octal246450760271202365416
Binary101001101001010001111100101111010000100111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143428; }

 p { color: rgb(20,52,40); }

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

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

 a { background-color: rgb(20,52,40); }

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

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

 span { border-color: rgb(20,52,40); }

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