#143424

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

Shades of Cardin Green #143424

Tints of Cardin Green #143424

Color information

#143424 (or 0x143424) is unknown color: approx Cardin Green. HEX triplet: 14, 34 and 24. RGB value is (20,52,36). Sum of RGB (Red+Green+Blue) = 20+52+36=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #143424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143424 is #EBCBDB. Grayscale: #282828. Windows color (decimal): -15453148 or 2372628. OLE color: 2372628.

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

Color convert

RGB205236-
CMYK0.6200.310.80
HSL150º44.44%14.12%-
HSV(B)150º61.54%20.39%-
XYZ1.832.732.1-
YUV40.61125.4113.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=18.52%
G=48.15%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052360.6200.310.8015044.4414.12
Hex1434243E01F50962ce
Octal246444760371202265416
Binary101001101001001001111100111111010000100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143424; }

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

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

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

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

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

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

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

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