#163428

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

Shades of Cardin Green #163428

Tints of Cardin Green #163428

Color information

#163428 (or 0x163428) is unknown color: approx Cardin Green. HEX triplet: 16, 34 and 28. RGB value is (22,52,40). Sum of RGB (Red+Green+Blue) = 22+52+40=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #163428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163428 is #E9CBD7. Grayscale: #292929. Windows color (decimal): -15322072 or 2634774. OLE color: 2634774.

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

Color convert

RGB225240-
CMYK0.5800.230.80
HSL156º40.54%14.51%-
HSV(B)156º57.69%20.39%-
XYZ1.942.782.44-
YUV41.66127.06113.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=19.30%
G=45.61%
B=35.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2252400.5800.230.8015640.5414.51
Hex1634283A017509c29f
Octal266450720271202345117
Binary101101101001010001110100101111010000100111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163428; }

 p { color: rgb(22,52,40); }

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

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

 a { background-color: rgb(22,52,40); }

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

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

 span { border-color: rgb(22,52,40); }

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