#14362A

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

Shades of Cardin Green #14362A

Tints of Cardin Green #14362A

Color information

#14362A (or 0x14362A) is unknown color: approx Cardin Green. HEX triplet: 14, 36 and 2A. RGB value is (20,54,42). Sum of RGB (Red+Green+Blue) = 20+54+42=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #14362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14362A is #EBC9D5. Grayscale: #2A2A2A. Windows color (decimal): -15452630 or 2766356. OLE color: 2766356.

HSL color Cylindrical-coordinate representation of color #14362A: hue angle of 158.82º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14362A is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB205442-
CMYK0.6300.220.79
HSL158.82º45.95%14.51%-
HSV(B)158.82º62.96%21.18%-
XYZ2.032.952.65-
YUV42.47127.74111.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=17.24%
G=46.55%
B=36.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054420.6300.220.79158.8245.9514.51
Hex14362A3F0164F9f2ef
Octal246652770261172375617
Binary101001101101010101111110101101001111100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14362A; }

 p { color: rgb(20,54,42); }

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

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

 a { background-color: rgb(20,54,42); }

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

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

 span { border-color: rgb(20,54,42); }

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