Html Css Color HEX #193626 Cardin Green

📋 copy color: '#193626'

red 25 ◦ green 54 ◦ blue 38

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

Shades of Cardin Green #193626

Tints of Cardin Green #193626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.15%

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

R = 21.37%
G = 46.15%
B = 32.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#193626 (or 0x193626) is known color: Cardin Green. HEX triplet: 19, 36 and 26. RGB value is (25,54,38). Sum of RGB (Red+Green+Blue) = 25+54+38=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #193626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193626 is #E6C9D9. Grayscale: #2B2B2B. Windows color (decimal): -15124954 or 2504217. OLE color: 2504217.

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

Color convert

RGB 25 54 38 -
CMYK 0.54 0 0.30 0.79
HSL 146.9º 0.37% 0.15% -
HSV(B) 146.9º 0.54% 0.21% -
XYZ 2.07 2.98 2.3 -
YUV 43.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 25 54 38 0.54 0 0.30 0.79 146.9 0.37 0.15
Hex 19 36 26 36 0 1E 4F 93 25 F
Octal 31 66 46 66 0 36 117 223 45 17
Binary 11001 110110 100110 110110 0 11110 1001111 10010011 100101 1111

Color Harmonies of #193626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193626

Black with #193626

Text Example


Text Example

White with #193626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193626; }

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

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

background-color css

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

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

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

border-color css

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

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

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