Html Css Color HEX #193124 Cardin Green

📋 copy color: '#193124'

red 25 ◦ green 49 ◦ blue 36

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

Shades of Cardin Green #193124

Tints of Cardin Green #193124

RGB

 RED value IS 25 (10.16% from 255) = 22.73%

 GREEN value IS 49 (19.53% from 255) = 44.55%

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 22.73%
G = 44.55%
B = 32.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#193124 (or 0x193124) is known color: Cardin Green. HEX triplet: 19, 31 and 24. RGB value is (25,49,36). Sum of RGB (Red+Green+Blue) = 25+49+36=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #193124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193124 is #E6CEDB. Grayscale: #282828. Windows color (decimal): -15126236 or 2371865. OLE color: 2371865.

HSL color Cylindrical-coordinate representation of color #193124: hue angle of 147.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 #193124 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 49 36 -
CMYK 0.49 0 0.27 0.81
HSL 147.5º 0.32% 0.15% -
HSV(B) 147.5º 0.49% 0.19% -
XYZ 1.82 2.53 2.06 -
YUV 40.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 25 49 36 0.49 0 0.27 0.81 147.5 0.32 0.15
Hex 19 31 24 31 0 1B 51 94 20 F
Octal 31 61 44 61 0 33 121 224 40 17
Binary 11001 110001 100100 110001 0 11011 1010001 10010100 100000 1111

Color Harmonies of #193124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193124

Black with #193124

Text Example


Text Example

White with #193124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193124; }

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

 H1.HeaderClassName
 {
   color: #193124;
 }
 .AnyTagClassName
 {
   color: #193124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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