#193426

Color #193426 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #193426

Tints of Cardin Green #193426

Color information

#193426 (or 0x193426) is unknown color: approx Cardin Green. HEX triplet: 19, 34 and 26. RGB value is (25,52,38). Sum of RGB (Red+Green+Blue) = 25+52+38=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #193426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193426 is #E6CBD9. Grayscale: #2A2A2A. Windows color (decimal): -15125466 or 2503705. OLE color: 2503705.

HSL color Cylindrical-coordinate representation of color #193426: hue angle of 148.89º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193426 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB255238-
CMYK0.5200.270.80
HSL148.89º35.06%15.1%-
HSV(B)148.89º51.92%20.39%-
XYZ1.982.82.27-
YUV42.33125.55115.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=21.74%
G=45.22%
B=33.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552380.5200.270.80148.8935.0615.1
Hex1934263401B509523f
Octal316446640331202254317
Binary110011101001001101101000110111010000100101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193426; }

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

 H1.HeaderClassName
 {
   color: #193426;
 }
 .AnyTagClassName
 {
   color: #193426;
 }
</style>
background-color css

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

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

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

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

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

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