#163225

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

Shades of Cardin Green #163225

Tints of Cardin Green #163225

Color information

#163225 (or 0x163225) is unknown color: approx Cardin Green. HEX triplet: 16, 32 and 25. RGB value is (22,50,37). Sum of RGB (Red+Green+Blue) = 22+50+37=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #163225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163225 is #E9CDDA. Grayscale: #282828. Windows color (decimal): -15322587 or 2437654. OLE color: 2437654.

HSL color Cylindrical-coordinate representation of color #163225: hue angle of 152.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163225 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB225037-
CMYK0.5600.260.80
HSL152.14º38.89%14.12%-
HSV(B)152.14º56%19.61%-
XYZ1.812.592.15-
YUV40.15126.22115.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=20.18%
G=45.87%
B=33.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250370.5600.260.80152.1438.8914.12
Hex1632253801A509827e
Octal266245700321202304716
Binary101101100101001011110000110101010000100110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163225; }

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

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

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

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

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

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

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

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