Html Css Color HEX #193128 Cardin Green

📋 copy color: '#193128'

red 25 ◦ green 49 ◦ blue 40

#193128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #193128

Tints of Cardin Green #193128

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 value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#193128 (or 0x193128) is known color: 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

RGB 25 49 40 -
CMYK 0.49 0 0.18 0.81
HSL 157.5º 0.32% 0.15% -
HSV(B) 157.5º 0.49% 0.19% -
XYZ 1.88 2.56 2.4 -
YUV 40.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 25 49 40 0.49 0 0.18 0.81 157.5 0.32 0.15
Hex 19 31 28 31 0 12 51 9E 20 F
Octal 31 61 50 61 0 22 121 236 40 17
Binary 11001 110001 101000 110001 0 10010 1010001 10011110 100000 1111

Color Harmonies of #193128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193128

Black with #193128

Text Example


Text Example

White with #193128

Text Example


Text Example

HTML Codes & Css Web 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>