#153121

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

Shades of Cardin Green #153121

Tints of Cardin Green #153121

Color information

#153121 (or 0x153121) is unknown color: approx Cardin Green. HEX triplet: 15, 31 and 21. RGB value is (21,49,33). Sum of RGB (Red+Green+Blue) = 21+49+33=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #153121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153121 is #EACEDE. Grayscale: #262626. Windows color (decimal): -15388383 or 2175253. OLE color: 2175253.

HSL color Cylindrical-coordinate representation of color #153121: hue angle of 145.71º 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 #153121 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB214933-
CMYK0.5700.330.81
HSL145.71º40%13.73%-
HSV(B)145.71º57.14%19.22%-
XYZ1.682.471.83-
YUV38.8124.72115.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=20.39%
G=47.57%
B=32.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149330.5700.330.81145.714013.73
Hex15312139021519228e
Octal256141710411212225016
Binary1010111000110000111100101000011010001100100101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153121; }

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

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

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

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

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

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

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

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