#16352A

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

Shades of Cardin Green #16352A

Tints of Cardin Green #16352A

Color information

#16352A (or 0x16352A) is unknown color: approx Cardin Green. HEX triplet: 16, 35 and 2A. RGB value is (22,53,42). Sum of RGB (Red+Green+Blue) = 22+53+42=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #16352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16352A is #E9CAD5. Grayscale: #2A2A2A. Windows color (decimal): -15321814 or 2766102. OLE color: 2766102.

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

Color convert

RGB225342-
CMYK0.5800.210.79
HSL158.71º41.33%14.71%-
HSV(B)158.71º58.49%20.78%-
XYZ2.022.882.64-
YUV42.48127.73113.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=18.80%
G=45.30%
B=35.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253420.5800.210.79158.7141.3314.71
Hex16352A3A0154F9f29f
Octal266552720251172375117
Binary101101101011010101110100101011001111100111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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