#193328

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

Shades of Cardin Green #193328

Tints of Cardin Green #193328

Color information

#193328 (or 0x193328) is unknown color: approx Cardin Green. HEX triplet: 19, 33 and 28. RGB value is (25,51,40). Sum of RGB (Red+Green+Blue) = 25+51+40=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #193328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193328 is #E6CCD7. Grayscale: #292929. Windows color (decimal): -15125720 or 2634521. OLE color: 2634521.

HSL color Cylindrical-coordinate representation of color #193328: hue angle of 154.62º 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 #193328 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB255140-
CMYK0.5100.220.8
HSL154.62º34.21%14.9%-
HSV(B)154.62º50.98%20%-
XYZ1.972.732.43-
YUV41.97126.89115.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=21.55%
G=43.97%
B=34.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551400.5100.220.8154.6234.2114.9
Hex19332833016509b22f
Octal316350630261202334217
Binary110011100111010001100110101101010000100110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193328; }

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

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

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

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

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

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

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

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