#163B2C

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

Shades of Cardin Green #163B2C

Tints of Cardin Green #163B2C

Color information

#163B2C (or 0x163B2C) is unknown color: approx Cardin Green. HEX triplet: 16, 3B and 2C. RGB value is (22,59,44). Sum of RGB (Red+Green+Blue) = 22+59+44=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #163B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B2C is #E9C4D3. Grayscale: #2E2E2E. Windows color (decimal): -15320276 or 2898710. OLE color: 2898710.

HSL color Cylindrical-coordinate representation of color #163B2C: hue angle of 155.68º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163B2C is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB225944-
CMYK0.6300.250.77
HSL155.68º45.68%15.88%-
HSV(B)155.68º62.71%23.14%-
XYZ2.353.482.93-
YUV46.23126.74110.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 59 (23.44% from 255) = 47.2%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=17.6%
G=47.2%
B=35.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2259440.6300.250.77155.6845.6815.88
Hex163B2C3F0194D9c2e10
Octal267354770311152345620
Binary1011011101110110011111101100110011011001110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163B2C; }

 p { color: rgb(22,59,44); }

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

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

 a { background-color: rgb(22,59,44); }

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

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

 span { border-color: rgb(22,59,44); }

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