#163228

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

Shades of Cardin Green #163228

Tints of Cardin Green #163228

Color information

#163228 (or 0x163228) is unknown color: approx Cardin Green. HEX triplet: 16, 32 and 28. RGB value is (22,50,40). Sum of RGB (Red+Green+Blue) = 22+50+40=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #163228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163228 is #E9CDD7. Grayscale: #282828. Windows color (decimal): -15322584 or 2634262. OLE color: 2634262.

HSL color Cylindrical-coordinate representation of color #163228: hue angle of 158.57º 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 #163228 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB225040-
CMYK0.5600.200.80
HSL158.57º38.89%14.12%-
HSV(B)158.57º56%19.61%-
XYZ1.852.62.41-
YUV40.49127.72114.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=19.64%
G=44.64%
B=35.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250400.5600.200.80158.5738.8914.12
Hex16322838014509f27e
Octal266250700241202374716
Binary101101100101010001110000101001010000100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163228; }

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

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

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

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

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

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

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

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