#163524

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

Shades of Cardin Green #163524

Tints of Cardin Green #163524

Color information

#163524 (or 0x163524) is unknown color: approx Cardin Green. HEX triplet: 16, 35 and 24. RGB value is (22,53,36). Sum of RGB (Red+Green+Blue) = 22+53+36=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #163524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163524 is #E9CADB. Grayscale: #292929. Windows color (decimal): -15321820 or 2372886. OLE color: 2372886.

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

Color convert

RGB225336-
CMYK0.5800.320.79
HSL147.1º41.33%14.71%-
HSV(B)147.1º58.49%20.78%-
XYZ1.922.842.12-
YUV41.79124.73113.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=19.82%
G=47.75%
B=32.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253360.5800.320.79147.141.3314.71
Hex1635243A0204F9329f
Octal266544720401172235117
Binary1011011010110010011101001000001001111100100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163524; }

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

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

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

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

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

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

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

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