#153529

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

Shades of Cardin Green #153529

Tints of Cardin Green #153529

Color information

#153529 (or 0x153529) is unknown color: approx Cardin Green. HEX triplet: 15, 35 and 29. RGB value is (21,53,41). Sum of RGB (Red+Green+Blue) = 21+53+41=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #153529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153529 is #EACAD6. Grayscale: #2A2A2A. Windows color (decimal): -15387351 or 2700565. OLE color: 2700565.

HSL color Cylindrical-coordinate representation of color #153529: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153529 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB215341-
CMYK0.6000.230.79
HSL157.5º43.24%14.51%-
HSV(B)157.5º60.38%20.78%-
XYZ1.982.872.55-
YUV42.06127.4112.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=18.26%
G=46.09%
B=35.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2153410.6000.230.79157.543.2414.51
Hex1535293C0174F9e2bf
Octal256551740271172365317
Binary101011101011010011111000101111001111100111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153529; }

 p { color: rgb(21,53,41); }

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

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

 a { background-color: rgb(21,53,41); }

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

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

 span { border-color: rgb(21,53,41); }

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