#153227

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

Shades of Cardin Green #153227

Tints of Cardin Green #153227

Color information

#153227 (or 0x153227) is unknown color: approx Cardin Green. HEX triplet: 15, 32 and 27. RGB value is (21,50,39). Sum of RGB (Red+Green+Blue) = 21+50+39=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #153227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153227 is #EACDD8. Grayscale: #282828. Windows color (decimal): -15388121 or 2568725. OLE color: 2568725.

HSL color Cylindrical-coordinate representation of color #153227: hue angle of 157.24º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153227 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB215039-
CMYK0.5800.220.80
HSL157.24º40.85%13.92%-
HSV(B)157.24º58%19.61%-
XYZ1.822.592.32-
YUV40.07127.39114.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=19.09%
G=45.45%
B=35.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150390.5800.220.80157.2440.8513.92
Hex1532273A016509d29e
Octal256247720261202355116
Binary101011100101001111110100101101010000100111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153227; }

 p { color: rgb(21,50,39); }

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

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

 a { background-color: rgb(21,50,39); }

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

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

 span { border-color: rgb(21,50,39); }

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