#163828

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

Shades of Cardin Green #163828

Tints of Cardin Green #163828

Color information

#163828 (or 0x163828) is unknown color: approx Cardin Green. HEX triplet: 16, 38 and 28. RGB value is (22,56,40). Sum of RGB (Red+Green+Blue) = 22+56+40=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #163828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163828 is #E9C7D7. Grayscale: #2C2C2C. Windows color (decimal): -15321048 or 2635798. OLE color: 2635798.

HSL color Cylindrical-coordinate representation of color #163828: hue angle of 151.76º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163828 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB225640-
CMYK0.6100.290.78
HSL151.76º43.59%15.29%-
HSV(B)151.76º60.71%21.96%-
XYZ2.133.152.5-
YUV44.01125.74112.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=18.64%
G=47.46%
B=33.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256400.6100.290.78151.7643.5915.29
Hex1638283D01D4E982cf
Octal267050750351162305417
Binary101101110001010001111010111011001110100110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163828; }

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

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

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

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

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

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

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

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