#14352A

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

Shades of Cardin Green #14352A

Tints of Cardin Green #14352A

Color information

#14352A (or 0x14352A) is unknown color: approx Cardin Green. HEX triplet: 14, 35 and 2A. RGB value is (20,53,42). Sum of RGB (Red+Green+Blue) = 20+53+42=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #14352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14352A is #EBCAD5. Grayscale: #292929. Windows color (decimal): -15452886 or 2766100. OLE color: 2766100.

HSL color Cylindrical-coordinate representation of color #14352A: hue angle of 160º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14352A is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB205342-
CMYK0.6200.210.79
HSL160º45.21%14.31%-
HSV(B)160º62.26%20.78%-
XYZ1.982.862.64-
YUV41.88128.07112.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=17.39%
G=46.09%
B=36.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053420.6200.210.7916045.2114.31
Hex14352A3E0154Fa02de
Octal246552760251172405516
Binary101001101011010101111100101011001111101000001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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