#112519

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

Shades of Cardin Green #112519

Tints of Cardin Green #112519

Color information

#112519 (or 0x112519) is unknown color: approx Cardin Green. HEX triplet: 11, 25 and 19. RGB value is (17,37,25). Sum of RGB (Red+Green+Blue) = 17+37+25=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #112519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112519 is #EEDAE6. Grayscale: #1D1D1D. Windows color (decimal): -15653607 or 1647889. OLE color: 1647889.

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

Color convert

RGB173725-
CMYK0.5400.320.85
HSL144º37.04%10.59%-
HSV(B)144º54.05%14.51%-
XYZ1.071.511.16-
YUV29.65125.37118.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=21.52%
G=46.84%
B=31.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737250.5400.320.8514437.0410.59
Hex11251936020559025b
Octal214531660401252204513
Binary100011001011100111011001000001010101100100001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112519; }

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

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

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

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

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

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

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

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