Html Css Color HEX #193324 Cardin Green

📋 copy color: '#193324'

red 25 ◦ green 51 ◦ blue 36

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

Shades of Cardin Green #193324

Tints of Cardin Green #193324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.54%

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

R = 22.32%
G = 45.54%
B = 32.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#193324 (or 0x193324) is known color: Cardin Green. HEX triplet: 19, 33 and 24. RGB value is (25,51,36). Sum of RGB (Red+Green+Blue) = 25+51+36=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #193324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193324 is #E6CCDB. Grayscale: #292929. Windows color (decimal): -15125724 or 2372377. OLE color: 2372377.

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

Color convert

RGB 25 51 36 -
CMYK 0.51 0 0.29 0.8
HSL 145.38º 0.34% 0.15% -
HSV(B) 145.38º 0.51% 0.2% -
XYZ 1.9 2.7 2.09 -
YUV 41.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 25 51 36 0.51 0 0.29 0.8 145.38 0.34 0.15
Hex 19 33 24 33 0 1D 50 91 22 F
Octal 31 63 44 63 0 35 120 221 42 17
Binary 11001 110011 100100 110011 0 11101 1010000 10010001 100010 1111

Color Harmonies of #193324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193324

Black with #193324

Text Example


Text Example

White with #193324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193324; }

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

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

background-color css

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

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

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

border-color css

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

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

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