#163626

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

Shades of Cardin Green #163626

Tints of Cardin Green #163626

Color information

#163626 (or 0x163626) is unknown color: approx Cardin Green. HEX triplet: 16, 36 and 26. RGB value is (22,54,38). Sum of RGB (Red+Green+Blue) = 22+54+38=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 54 - color contains mainly: green. Hex color #163626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163626 is #E9C9D9. Grayscale: #2A2A2A. Windows color (decimal): -15321562 or 2504214. OLE color: 2504214.

HSL color Cylindrical-coordinate representation of color #163626: hue angle of 150º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163626 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB225438-
CMYK0.5900.300.79
HSL150º42.11%14.9%-
HSV(B)150º59.26%21.18%-
XYZ22.952.3-
YUV42.61125.4113.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=19.30%
G=47.37%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254380.5900.300.7915042.1114.9
Hex1636263B01E4F962af
Octal266646730361172265217
Binary101101101101001101110110111101001111100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163626; }

 p { color: rgb(22,54,38); }

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

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

 a { background-color: rgb(22,54,38); }

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

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

 span { border-color: rgb(22,54,38); }

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