#153124

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

Shades of Cardin Green #153124

Tints of Cardin Green #153124

Color information

#153124 (or 0x153124) is unknown color: approx Cardin Green. HEX triplet: 15, 31 and 24. RGB value is (21,49,36). Sum of RGB (Red+Green+Blue) = 21+49+36=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #153124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153124 is #EACEDB. Grayscale: #272727. Windows color (decimal): -15388380 or 2371861. OLE color: 2371861.

HSL color Cylindrical-coordinate representation of color #153124: hue angle of 152.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #153124 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB214936-
CMYK0.5700.270.81
HSL152.14º40%13.73%-
HSV(B)152.14º57.14%19.22%-
XYZ1.732.482.06-
YUV39.15126.22115.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=19.81%
G=46.23%
B=33.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149360.5700.270.81152.144013.73
Hex1531243901B519828e
Octal256144710331212305016
Binary101011100011001001110010110111010001100110001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153124; }

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

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

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

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

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

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

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

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