#153122

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

Shades of Cardin Green #153122

Tints of Cardin Green #153122

Color information

#153122 (or 0x153122) is unknown color: approx Cardin Green. HEX triplet: 15, 31 and 22. RGB value is (21,49,34). Sum of RGB (Red+Green+Blue) = 21+49+34=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #153122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153122 is #EACEDD. Grayscale: #262626. Windows color (decimal): -15388382 or 2240789. OLE color: 2240789.

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

Color convert

RGB214934-
CMYK0.5700.310.81
HSL147.86º40%13.73%-
HSV(B)147.86º57.14%19.22%-
XYZ1.72.471.9-
YUV38.92125.22115.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=20.19%
G=47.12%
B=32.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2149340.5700.310.81147.864013.73
Hex1531223901F519428e
Octal256142710371212245016
Binary101011100011000101110010111111010001100101001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153122; }

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

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

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

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

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

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

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

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