#193329

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

Shades of Cardin Green #193329

Tints of Cardin Green #193329

Color information

#193329 (or 0x193329) is unknown color: approx Cardin Green. HEX triplet: 19, 33 and 29. RGB value is (25,51,41). Sum of RGB (Red+Green+Blue) = 25+51+41=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #193329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193329 is #E6CCD6. Grayscale: #2A2A2A. Windows color (decimal): -15125719 or 2700057. OLE color: 2700057.

HSL color Cylindrical-coordinate representation of color #193329: hue angle of 156.92º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193329 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB255141-
CMYK0.5100.200.8
HSL156.92º34.21%14.9%-
HSV(B)156.92º50.98%20%-
XYZ1.982.732.52-
YUV42.09127.39115.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=21.37%
G=43.59%
B=35.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551410.5100.200.8156.9234.2114.9
Hex19332933014509d22f
Octal316351630241202354217
Binary110011100111010011100110101001010000100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193329; }

 p { color: rgb(25,51,41); }

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

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

 a { background-color: rgb(25,51,41); }

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

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

 span { border-color: rgb(25,51,41); }

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