Html Css Color HEX #193525 Cardin Green

📋 copy color: '#193525'

red 25 ◦ green 53 ◦ blue 37

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

Shades of Cardin Green #193525

Tints of Cardin Green #193525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 32.17%

R = 21.74%
G = 46.09%
B = 32.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#193525 (or 0x193525) is known color: Cardin Green. HEX triplet: 19, 35 and 25. RGB value is (25,53,37). Sum of RGB (Red+Green+Blue) = 25+53+37=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #193525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193525 is #E6CADA. Grayscale: #2A2A2A. Windows color (decimal): -15125211 or 2438425. OLE color: 2438425.

HSL color Cylindrical-coordinate representation of color #193525: hue angle of 145.71º 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 #193525 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 53 37 -
CMYK 0.53 0 0.30 0.79
HSL 145.71º 0.36% 0.15% -
HSV(B) 145.71º 0.53% 0.21% -
XYZ 2.01 2.89 2.2 -
YUV 42.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 25 53 37 0.53 0 0.30 0.79 145.71 0.36 0.15
Hex 19 35 25 35 0 1E 4F 92 24 F
Octal 31 65 45 65 0 36 117 222 44 17
Binary 11001 110101 100101 110101 0 11110 1001111 10010010 100100 1111

Color Harmonies of #193525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193525

Black with #193525

Text Example


Text Example

White with #193525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193525; }

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

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

background-color css

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

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

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

border-color css

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

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

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