#163327

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

Shades of Cardin Green #163327

Tints of Cardin Green #163327

Color information

#163327 (or 0x163327) is unknown color: approx Cardin Green. HEX triplet: 16, 33 and 27. RGB value is (22,51,39). Sum of RGB (Red+Green+Blue) = 22+51+39=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #163327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163327 is #E9CCD8. Grayscale: #282828. Windows color (decimal): -15322329 or 2568982. OLE color: 2568982.

HSL color Cylindrical-coordinate representation of color #163327: hue angle of 155.17º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163327 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB225139-
CMYK0.5700.240.8
HSL155.17º39.73%14.31%-
HSV(B)155.17º56.86%20%-
XYZ1.882.682.34-
YUV40.96126.89114.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=19.64%
G=45.54%
B=34.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251390.5700.240.8155.1739.7314.31
Hex16332739018509b28e
Octal266347710301202335016
Binary101101100111001111110010110001010000100110111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163327; }

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

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

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

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

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

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

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

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