#163625

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

Shades of Cardin Green #163625

Tints of Cardin Green #163625

Color information

#163625 (or 0x163625) is unknown color: approx Cardin Green. HEX triplet: 16, 36 and 25. RGB value is (22,54,37). Sum of RGB (Red+Green+Blue) = 22+54+37=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #163625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163625 is #E9C9DA. Grayscale: #2A2A2A. Windows color (decimal): -15321563 or 2438678. OLE color: 2438678.

HSL color Cylindrical-coordinate representation of color #163625: hue angle of 148.12º 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 #163625 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB225437-
CMYK0.5900.310.79
HSL148.12º42.11%14.9%-
HSV(B)148.12º59.26%21.18%-
XYZ1.982.942.21-
YUV42.49124.9113.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=19.47%
G=47.79%
B=32.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254370.5900.310.79148.1242.1114.9
Hex1636253B01F4F942af
Octal266645730371172245217
Binary101101101101001011110110111111001111100101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163625; }

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

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

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

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

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

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

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

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