#193528

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

Shades of Cardin Green #193528

Tints of Cardin Green #193528

Color information

#193528 (or 0x193528) is unknown color: approx Cardin Green. HEX triplet: 19, 35 and 28. RGB value is (25,53,40). Sum of RGB (Red+Green+Blue) = 25+53+40=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #193528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193528 is #E6CAD7. Grayscale: #2B2B2B. Windows color (decimal): -15125208 or 2635033. OLE color: 2635033.

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

Color convert

RGB255340-
CMYK0.5300.250.79
HSL152.14º35.9%15.29%-
HSV(B)152.14º52.83%20.78%-
XYZ2.062.912.46-
YUV43.15126.22115.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=21.19%
G=44.92%
B=33.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553400.5300.250.79152.1435.915.29
Hex193528350194F9824f
Octal316550650311172304417
Binary110011101011010001101010110011001111100110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193528; }

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

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

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

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

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

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

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

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