#163325

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

Shades of Cardin Green #163325

Tints of Cardin Green #163325

Color information

#163325 (or 0x163325) is unknown color: approx Cardin Green. HEX triplet: 16, 33 and 25. RGB value is (22,51,37). Sum of RGB (Red+Green+Blue) = 22+51+37=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #163325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163325 is #E9CCDA. Grayscale: #282828. Windows color (decimal): -15322331 or 2437910. OLE color: 2437910.

HSL color Cylindrical-coordinate representation of color #163325: hue angle of 151.03º 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 #163325 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB225137-
CMYK0.5700.270.8
HSL151.03º39.73%14.31%-
HSV(B)151.03º56.86%20%-
XYZ1.852.672.17-
YUV40.73125.89114.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=20%
G=46.36%
B=33.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251370.5700.270.8151.0339.7314.31
Hex1633253901B509728e
Octal266345710331202275016
Binary101101100111001011110010110111010000100101111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163325; }

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

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

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

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

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

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

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

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