Html Css Color HEX #193326 Cardin Green

📋 copy color: '#193326'

red 25 ◦ green 51 ◦ blue 38

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

Shades of Cardin Green #193326

Tints of Cardin Green #193326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.33%

R = 21.93%
G = 44.74%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#193326 (or 0x193326) is known color: Cardin Green. HEX triplet: 19, 33 and 26. RGB value is (25,51,38). Sum of RGB (Red+Green+Blue) = 25+51+38=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #193326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193326 is #E6CCD9. Grayscale: #292929. Windows color (decimal): -15125722 or 2503449. OLE color: 2503449.

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

Color convert

RGB 25 51 38 -
CMYK 0.51 0 0.25 0.8
HSL 150º 0.34% 0.15% -
HSV(B) 150º 0.51% 0.2% -
XYZ 1.93 2.71 2.26 -
YUV 41.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 25 51 38 0.51 0 0.25 0.8 150 0.34 0.15
Hex 19 33 26 33 0 19 50 96 22 F
Octal 31 63 46 63 0 31 120 226 42 17
Binary 11001 110011 100110 110011 0 11001 1010000 10010110 100010 1111

Color Harmonies of #193326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193326

Black with #193326

Text Example


Text Example

White with #193326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193326; }

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

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

background-color css

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

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

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

border-color css

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

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

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