#143524

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

Shades of Cardin Green #143524

Tints of Cardin Green #143524

Color information

#143524 (or 0x143524) is unknown color: approx Cardin Green. HEX triplet: 14, 35 and 24. RGB value is (20,53,36). Sum of RGB (Red+Green+Blue) = 20+53+36=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #143524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143524 is #EBCADB. Grayscale: #292929. Windows color (decimal): -15452892 or 2372884. OLE color: 2372884.

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

Color convert

RGB205336-
CMYK0.6200.320.79
HSL149.09º45.21%14.31%-
HSV(B)149.09º62.26%20.78%-
XYZ1.882.822.11-
YUV41.19125.07112.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 53 (21.09% from 255) = 48.62%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=18.35%
G=48.62%
B=33.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053360.6200.320.79149.0945.2114.31
Hex1435243E0204F952de
Octal246544760401172255516
Binary1010011010110010011111001000001001111100101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143524; }

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

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

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

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

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

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

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

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