Html Css Color HEX #193528 Cardin Green

📋 copy color: '#193528'

red 25 ◦ green 53 ◦ blue 40

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

Shades of Cardin Green #193528

Tints of Cardin Green #193528

RGB

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

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

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

R = 21.19%
G = 44.92%
B = 33.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#193528 (or 0x193528) is known color: Cardin Green. HEX triplet: 19, 35 and 28. RGB value is (25,53,40). Sum of RGB (Red+Green+Blue) = 25+53+40=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #193528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193528 is #E6CAD7. Grayscale: #2B2B2B. Windows color (decimal): -15125208 or 2635033. OLE color: 2635033.

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

Color convert

RGB 25 53 40 -
CMYK 0.53 0 0.25 0.79
HSL 152.14º 0.36% 0.15% -
HSV(B) 152.14º 0.53% 0.21% -
XYZ 2.06 2.91 2.46 -
YUV 43.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 25 53 40 0.53 0 0.25 0.79 152.14 0.36 0.15
Hex 19 35 28 35 0 19 4F 98 24 F
Octal 31 65 50 65 0 31 117 230 44 17
Binary 11001 110101 101000 110101 0 11001 1001111 10011000 100100 1111

Color Harmonies of #193528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193528

Black with #193528

Text Example


Text Example

White with #193528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193528; }

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

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

background-color css

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

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

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

border-color css

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

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

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