Html Css Color HEX #193227 Cardin Green

📋 copy color: '#193227'

red 25 ◦ green 50 ◦ blue 39

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

Shades of Cardin Green #193227

Tints of Cardin Green #193227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.21%

R = 21.93%
G = 43.86%
B = 34.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#193227 (or 0x193227) is known color: Cardin Green. HEX triplet: 19, 32 and 27. RGB value is (25,50,39). Sum of RGB (Red+Green+Blue) = 25+50+39=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #193227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193227 is #E6CDD8. Grayscale: #292929. Windows color (decimal): -15125977 or 2568729. OLE color: 2568729.

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

Color convert

RGB 25 50 39 -
CMYK 0.50 0 0.22 0.80
HSL 153.6º 0.33% 0.15% -
HSV(B) 153.6º 0.5% 0.2% -
XYZ 1.91 2.63 2.33 -
YUV 41.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 25 50 39 0.50 0 0.22 0.80 153.6 0.33 0.15
Hex 19 32 27 32 0 16 50 9A 21 F
Octal 31 62 47 62 0 26 120 232 41 17
Binary 11001 110010 100111 110010 0 10110 1010000 10011010 100001 1111

Color Harmonies of #193227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193227

Black with #193227

Text Example


Text Example

White with #193227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193227; }

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

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

background-color css

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

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

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

border-color css

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

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

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