#112319

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

Shades of Cardin Green #112319

Tints of Cardin Green #112319

Color information

#112319 (or 0x112319) is unknown color: approx Cardin Green. HEX triplet: 11, 23 and 19. RGB value is (17,35,25). Sum of RGB (Red+Green+Blue) = 17+35+25=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #112319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112319 is #EEDCE6. Grayscale: #1C1C1C. Windows color (decimal): -15654119 or 1647377. OLE color: 1647377.

HSL color Cylindrical-coordinate representation of color #112319: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #112319 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB173525-
CMYK0.5100.290.86
HSL146.67º34.62%10.2%-
HSV(B)146.67º51.43%13.73%-
XYZ1.011.391.14-
YUV28.48126.04119.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=22.08%
G=45.45%
B=32.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735250.5100.290.86146.6734.6210.2
Hex1123193301D569323a
Octal214331630351262234312
Binary10001100011110011100110111011010110100100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112319; }

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

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

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

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

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

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

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

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