#16362A

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

Shades of Cardin Green #16362A

Tints of Cardin Green #16362A

Color information

#16362A (or 0x16362A) is unknown color: approx Cardin Green. HEX triplet: 16, 36 and 2A. RGB value is (22,54,42). Sum of RGB (Red+Green+Blue) = 22+54+42=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #16362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16362A is #E9C9D5. Grayscale: #2B2B2B. Windows color (decimal): -15321558 or 2766358. OLE color: 2766358.

HSL color Cylindrical-coordinate representation of color #16362A: hue angle of 157.5º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #16362A is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB225442-
CMYK0.5900.220.79
HSL157.5º42.11%14.9%-
HSV(B)157.5º59.26%21.18%-
XYZ2.072.982.66-
YUV43.06127.4112.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=18.64%
G=45.76%
B=35.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254420.5900.220.79157.542.1114.9
Hex16362A3B0164F9e2af
Octal266652730261172365217
Binary101101101101010101110110101101001111100111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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