#16382B

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

Shades of Cardin Green #16382B

Tints of Cardin Green #16382B

Color information

#16382B (or 0x16382B) is unknown color: approx Cardin Green. HEX triplet: 16, 38 and 2B. RGB value is (22,56,43). Sum of RGB (Red+Green+Blue) = 22+56+43=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #16382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16382B is #E9C7D4. Grayscale: #2C2C2C. Windows color (decimal): -15321045 or 2832406. OLE color: 2832406.

HSL color Cylindrical-coordinate representation of color #16382B: hue angle of 157.06º 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 #16382B is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB225643-
CMYK0.6100.230.78
HSL157.06º43.59%15.29%-
HSV(B)157.06º60.71%21.96%-
XYZ2.183.172.78-
YUV44.35127.24112.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=18.18%
G=46.28%
B=35.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256430.6100.230.78157.0643.5915.29
Hex16382B3D0174E9d2cf
Octal267053750271162355417
Binary101101110001010111111010101111001110100111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16382B; }

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

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

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

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

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

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

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

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