#163021

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

Shades of Cardin Green #163021

Tints of Cardin Green #163021

Color information

#163021 (or 0x163021) is unknown color: approx Cardin Green. HEX triplet: 16, 30 and 21. RGB value is (22,48,33). Sum of RGB (Red+Green+Blue) = 22+48+33=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #163021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163021 is #E9CFDE. Grayscale: #262626. Windows color (decimal): -15323103 or 2174998. OLE color: 2174998.

HSL color Cylindrical-coordinate representation of color #163021: hue angle of 145.38º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #163021 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB224833-
CMYK0.5400.310.81
HSL145.38º37.14%13.73%-
HSV(B)145.38º54.17%18.82%-
XYZ1.662.391.81-
YUV38.52124.89116.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=21.36%
G=46.60%
B=32.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248330.5400.310.81145.3837.1413.73
Hex1630213601F519125e
Octal266041660371212214516
Binary101101100001000011101100111111010001100100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163021; }

 p { color: rgb(22,48,33); }

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

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

 a { background-color: rgb(22,48,33); }

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

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

 span { border-color: rgb(22,48,33); }

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