#14392C

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

Shades of Cardin Green #14392C

Tints of Cardin Green #14392C

Color information

#14392C (or 0x14392C) is unknown color: approx Cardin Green. HEX triplet: 14, 39 and 2C. RGB value is (20,57,44). Sum of RGB (Red+Green+Blue) = 20+57+44=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #14392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14392C is #EBC6D3. Grayscale: #2C2C2C. Windows color (decimal): -15451860 or 2898196. OLE color: 2898196.

HSL color Cylindrical-coordinate representation of color #14392C: hue angle of 158.92º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14392C is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB205744-
CMYK0.6500.230.78
HSL158.92º48.05%15.1%-
HSV(B)158.92º64.91%22.35%-
XYZ2.213.262.9-
YUV44.45127.74110.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=16.53%
G=47.11%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057440.6500.230.78158.9248.0515.1
Hex14392C410174E9f30f
Octal2471541010271162376017
Binary1010011100110110010000010101111001110100111111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14392C; }

 p { color: rgb(20,57,44); }

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

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

 a { background-color: rgb(20,57,44); }

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

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

 span { border-color: rgb(20,57,44); }

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