Html Css Color HEX #193228 Cardin Green

📋 copy color: '#193228'

red 25 ◦ green 50 ◦ blue 40

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

Shades of Cardin Green #193228

Tints of Cardin Green #193228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 21.74%
G = 43.48%
B = 34.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#193228 (or 0x193228) is known color: Cardin Green. HEX triplet: 19, 32 and 28. RGB value is (25,50,40). Sum of RGB (Red+Green+Blue) = 25+50+40=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #193228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193228 is #E6CDD7. Grayscale: #292929. Windows color (decimal): -15125976 or 2634265. OLE color: 2634265.

HSL color Cylindrical-coordinate representation of color #193228: hue angle of 156º 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 #193228 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 50 40 -
CMYK 0.50 0 0.20 0.80
HSL 156º 0.33% 0.15% -
HSV(B) 156º 0.5% 0.2% -
XYZ 1.92 2.64 2.42 -
YUV 41.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 25 50 40 0.50 0 0.20 0.80 156 0.33 0.15
Hex 19 32 28 32 0 14 50 9C 21 F
Octal 31 62 50 62 0 24 120 234 41 17
Binary 11001 110010 101000 110010 0 10100 1010000 10011100 100001 1111

Color Harmonies of #193228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193228

Black with #193228

Text Example


Text Example

White with #193228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193228; }

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

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

background-color css

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

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

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

border-color css

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

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

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