#163525

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

Shades of Cardin Green #163525

Tints of Cardin Green #163525

Color information

#163525 (or 0x163525) is unknown color: approx Cardin Green. HEX triplet: 16, 35 and 25. RGB value is (22,53,37). Sum of RGB (Red+Green+Blue) = 22+53+37=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #163525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163525 is #E9CADA. Grayscale: #292929. Windows color (decimal): -15321819 or 2438422. OLE color: 2438422.

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

Color convert

RGB225337-
CMYK0.5800.300.79
HSL149.03º41.33%14.71%-
HSV(B)149.03º58.49%20.78%-
XYZ1.942.852.2-
YUV41.91125.23113.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=19.64%
G=47.32%
B=33.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253370.5800.300.79149.0341.3314.71
Hex1635253A01E4F9529f
Octal266545720361172255117
Binary101101101011001011110100111101001111100101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163525; }

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

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

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

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

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

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

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

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