#112418

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

Shades of Cardin Green #112418

Tints of Cardin Green #112418

Color information

#112418 (or 0x112418) is unknown color: approx Cardin Green. HEX triplet: 11, 24 and 18. RGB value is (17,36,24). Sum of RGB (Red+Green+Blue) = 17+36+24=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #112418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112418 is #EEDBE7. Grayscale: #1C1C1C. Windows color (decimal): -15653864 or 1582097. OLE color: 1582097.

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

Color convert

RGB173624-
CMYK0.5300.330.86
HSL142.11º35.85%10.39%-
HSV(B)142.11º52.78%14.12%-
XYZ1.031.451.09-
YUV28.95125.21119.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=22.08%
G=46.75%
B=31.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1736240.5300.330.86142.1135.8510.39
Hex11241835021568e24a
Octal214430650411262164412
Binary100011001001100011010101000011010110100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112418; }

 p { color: rgb(17,36,24); }

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

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

 a { background-color: rgb(17,36,24); }

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

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

 span { border-color: rgb(17,36,24); }

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