#16392A

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

Shades of Cardin Green #16392A

Tints of Cardin Green #16392A

Color information

#16392A (or 0x16392A) is unknown color: approx Cardin Green. HEX triplet: 16, 39 and 2A. RGB value is (22,57,42). Sum of RGB (Red+Green+Blue) = 22+57+42=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #16392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16392A is #E9C6D5. Grayscale: #2C2C2C. Windows color (decimal): -15320790 or 2767126. OLE color: 2767126.

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

Color convert

RGB225742-
CMYK0.6100.260.78
HSL154.29º44.3%15.49%-
HSV(B)154.29º61.4%22.35%-
XYZ2.213.262.7-
YUV44.82126.4111.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 57 (22.66% from 255) = 47.11%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=18.18%
G=47.11%
B=34.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257420.6100.260.78154.2944.315.49
Hex16392A3D01A4E9a2cf
Octal267152750321162325417
Binary101101110011010101111010110101001110100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16392A; }

 p { color: rgb(22,57,42); }

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

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

 a { background-color: rgb(22,57,42); }

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

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

 span { border-color: rgb(22,57,42); }

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