Html Css Color HEX #193226 Cardin Green

📋 copy color: '#193226'

red 25 ◦ green 50 ◦ blue 38

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

Shades of Cardin Green #193226

Tints of Cardin Green #193226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 44.25%

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

R = 22.12%
G = 44.25%
B = 33.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#193226 (or 0x193226) is known color: Cardin Green. HEX triplet: 19, 32 and 26. RGB value is (25,50,38). Sum of RGB (Red+Green+Blue) = 25+50+38=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #193226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193226 is #E6CDD9. Grayscale: #292929. Windows color (decimal): -15125978 or 2503193. OLE color: 2503193.

HSL color Cylindrical-coordinate representation of color #193226: hue angle of 151.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193226 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 50 38 -
CMYK 0.50 0 0.24 0.80
HSL 151.2º 0.33% 0.15% -
HSV(B) 151.2º 0.5% 0.2% -
XYZ 1.89 2.63 2.24 -
YUV 41.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 25 50 38 0.50 0 0.24 0.80 151.2 0.33 0.15
Hex 19 32 26 32 0 18 50 97 21 F
Octal 31 62 46 62 0 30 120 227 41 17
Binary 11001 110010 100110 110010 0 11000 1010000 10010111 100001 1111

Color Harmonies of #193226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193226

Black with #193226

Text Example


Text Example

White with #193226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193226; }

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

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

background-color css

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

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

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

border-color css

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

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

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