#163027

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

Shades of Cardin Green #163027

Tints of Cardin Green #163027

Color information

#163027 (or 0x163027) is unknown color: approx Cardin Green. HEX triplet: 16, 30 and 27. RGB value is (22,48,39). Sum of RGB (Red+Green+Blue) = 22+48+39=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #163027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163027 is #E9CFD8. Grayscale: #272727. Windows color (decimal): -15323097 or 2568214. OLE color: 2568214.

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

Color convert

RGB224839-
CMYK0.5400.190.81
HSL159.23º37.14%13.73%-
HSV(B)159.23º54.17%18.82%-
XYZ1.752.432.3-
YUV39.2127.89115.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 39 (15.62% from 255) = 35.78%
R=20.18%
G=44.04%
B=35.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248390.5400.190.81159.2337.1413.73
Hex16302736013519f25e
Octal266047660231212374516
Binary101101100001001111101100100111010001100111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163027; }

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

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

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

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

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

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

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

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