#163227

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

Shades of Cardin Green #163227

Tints of Cardin Green #163227

Color information

#163227 (or 0x163227) is unknown color: approx Cardin Green. HEX triplet: 16, 32 and 27. RGB value is (22,50,39). Sum of RGB (Red+Green+Blue) = 22+50+39=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #163227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163227 is #E9CDD8. Grayscale: #282828. Windows color (decimal): -15322585 or 2568726. OLE color: 2568726.

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

Color convert

RGB225039-
CMYK0.5600.220.80
HSL156.43º38.89%14.12%-
HSV(B)156.43º56%19.61%-
XYZ1.842.62.32-
YUV40.37127.22114.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=19.82%
G=45.05%
B=35.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250390.5600.220.80156.4338.8914.12
Hex16322738016509c27e
Octal266247700261202344716
Binary101101100101001111110000101101010000100111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163227; }

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

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

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

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

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

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

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

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