#193128

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

Shades of Cardin Green #193128

Tints of Cardin Green #193128

Color information

#193128 (or 0x193128) is unknown color: approx Cardin Green. HEX triplet: 19, 31 and 28. RGB value is (25,49,40). Sum of RGB (Red+Green+Blue) = 25+49+40=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #193128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193128 is #E6CED7. Grayscale: #282828. Windows color (decimal): -15126232 or 2634009. OLE color: 2634009.

HSL color Cylindrical-coordinate representation of color #193128: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #193128 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB254940-
CMYK0.4900.180.81
HSL157.5º32.43%14.51%-
HSV(B)157.5º48.98%19.22%-
XYZ1.882.562.4-
YUV40.8127.55116.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=21.93%
G=42.98%
B=35.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549400.4900.180.81157.532.4314.51
Hex19312831012519e20f
Octal316150610221212364017
Binary110011100011010001100010100101010001100111101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193128; }

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

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

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

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

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

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

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

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