Html Css Color HEX #193828 Cardin Green

📋 copy color: '#193828'

red 25 ◦ green 56 ◦ blue 40

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

Shades of Cardin Green #193828

Tints of Cardin Green #193828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.28%

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

R = 20.66%
G = 46.28%
B = 33.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#193828 (or 0x193828) is known color: Cardin Green. HEX triplet: 19, 38 and 28. RGB value is (25,56,40). Sum of RGB (Red+Green+Blue) = 25+56+40=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #193828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193828 is #E6C7D7. Grayscale: #2C2C2C. Windows color (decimal): -15124440 or 2635801. OLE color: 2635801.

HSL color Cylindrical-coordinate representation of color #193828: hue angle of 149.03º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193828 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 56 40 -
CMYK 0.55 0 0.29 0.78
HSL 149.03º 0.38% 0.16% -
HSV(B) 149.03º 0.55% 0.22% -
XYZ 2.2 3.19 2.51 -
YUV 44.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 25 56 40 0.55 0 0.29 0.78 149.03 0.38 0.16
Hex 19 38 28 37 0 1D 4E 95 26 10
Octal 31 70 50 67 0 35 116 225 46 20
Binary 11001 111000 101000 110111 0 11101 1001110 10010101 100110 10000

Color Harmonies of #193828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193828

Black with #193828

Text Example


Text Example

White with #193828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193828; }

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

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

background-color css

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

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

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

border-color css

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

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

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