Html Css Color HEX #193526 Cardin Green

📋 copy color: '#193526'

red 25 ◦ green 53 ◦ blue 38

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

Shades of Cardin Green #193526

Tints of Cardin Green #193526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 45.69%

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

R = 21.55%
G = 45.69%
B = 32.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#193526 (or 0x193526) is known color: Cardin Green. HEX triplet: 19, 35 and 26. RGB value is (25,53,38). Sum of RGB (Red+Green+Blue) = 25+53+38=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #193526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193526 is #E6CAD9. Grayscale: #2A2A2A. Windows color (decimal): -15125210 or 2503961. OLE color: 2503961.

HSL color Cylindrical-coordinate representation of color #193526: hue angle of 147.86º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193526 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 53 38 -
CMYK 0.53 0 0.28 0.79
HSL 147.86º 0.36% 0.15% -
HSV(B) 147.86º 0.53% 0.21% -
XYZ 2.02 2.89 2.29 -
YUV 42.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 25 53 38 0.53 0 0.28 0.79 147.86 0.36 0.15
Hex 19 35 26 35 0 1C 4F 94 24 F
Octal 31 65 46 65 0 34 117 224 44 17
Binary 11001 110101 100110 110101 0 11100 1001111 10010100 100100 1111

Color Harmonies of #193526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193526

Black with #193526

Text Example


Text Example

White with #193526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193526; }

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

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

background-color css

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

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

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

border-color css

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

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

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