#193325

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

Shades of Cardin Green #193325

Tints of Cardin Green #193325

Color information

#193325 (or 0x193325) is unknown color: approx Cardin Green. HEX triplet: 19, 33 and 25. RGB value is (25,51,37). Sum of RGB (Red+Green+Blue) = 25+51+37=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #193325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193325 is #E6CCDA. Grayscale: #292929. Windows color (decimal): -15125723 or 2437913. OLE color: 2437913.

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

Color convert

RGB255137-
CMYK0.5100.270.8
HSL147.69º34.21%14.9%-
HSV(B)147.69º50.98%20%-
XYZ1.922.712.17-
YUV41.63125.39116.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=22.12%
G=45.13%
B=32.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551370.5100.270.8147.6934.2114.9
Hex1933253301B509422f
Octal316345630331202244217
Binary110011100111001011100110110111010000100101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193325; }

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

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

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

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

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

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

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

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