#153524

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

Shades of Cardin Green #153524

Tints of Cardin Green #153524

Color information

#153524 (or 0x153524) is unknown color: approx Cardin Green. HEX triplet: 15, 35 and 24. RGB value is (21,53,36). Sum of RGB (Red+Green+Blue) = 21+53+36=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #153524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153524 is #EACADB. Grayscale: #292929. Windows color (decimal): -15387356 or 2372885. OLE color: 2372885.

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

Color convert

RGB215336-
CMYK0.6000.320.79
HSL148.12º43.24%14.51%-
HSV(B)148.12º60.38%20.78%-
XYZ1.92.832.12-
YUV41.49124.9113.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=19.09%
G=48.18%
B=32.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2153360.6000.320.79148.1243.2414.51
Hex1535243C0204F942bf
Octal256544740401172245317
Binary1010111010110010011110001000001001111100101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153524; }

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

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

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

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

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

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

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

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