Html Css Color HEX #193127 Cardin Green

📋 copy color: '#193127'

red 25 ◦ green 49 ◦ blue 39

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

Shades of Cardin Green #193127

Tints of Cardin Green #193127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 43.36%

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

R = 22.12%
G = 43.36%
B = 34.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#193127 (or 0x193127) is known color: Cardin Green. HEX triplet: 19, 31 and 27. RGB value is (25,49,39). Sum of RGB (Red+Green+Blue) = 25+49+39=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #193127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193127 is #E6CED8. Grayscale: #282828. Windows color (decimal): -15126233 or 2568473. OLE color: 2568473.

HSL color Cylindrical-coordinate representation of color #193127: hue angle of 155º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #193127 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 49 39 -
CMYK 0.49 0 0.20 0.81
HSL 155º 0.32% 0.15% -
HSV(B) 155º 0.49% 0.19% -
XYZ 1.87 2.55 2.31 -
YUV 40.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 25 49 39 0.49 0 0.20 0.81 155 0.32 0.15
Hex 19 31 27 31 0 14 51 9B 20 F
Octal 31 61 47 61 0 24 121 233 40 17
Binary 11001 110001 100111 110001 0 10100 1010001 10011011 100000 1111

Color Harmonies of #193127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193127

Black with #193127

Text Example


Text Example

White with #193127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193127; }

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

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

background-color css

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

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

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

border-color css

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

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

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