#112619

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

Shades of Cardin Green #112619

Tints of Cardin Green #112619

Color information

#112619 (or 0x112619) is unknown color: approx Cardin Green. HEX triplet: 11, 26 and 19. RGB value is (17,38,25). Sum of RGB (Red+Green+Blue) = 17+38+25=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #112619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112619 is #EED9E6. Grayscale: #1E1E1E. Windows color (decimal): -15653351 or 1648145. OLE color: 1648145.

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

Color convert

RGB173825-
CMYK0.5500.340.85
HSL142.86º38.18%10.78%-
HSV(B)142.86º55.26%14.9%-
XYZ1.11.581.17-
YUV30.24125.04118.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=21.25%
G=47.5%
B=31.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738250.5500.340.85142.8638.1810.78
Hex11261937022558f26b
Octal214631670421252174613
Binary100011001101100111011101000101010101100011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112619; }

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

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

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

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

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

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

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

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