Html Css Color HEX #112418 Cardin Green

📋 copy color: '#112418'

red 17 ◦ green 36 ◦ blue 24

#112418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #112418

Tints of Cardin Green #112418

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 value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#112418 (or 0x112418) is known color: 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

RGB 17 36 24 -
CMYK 0.53 0 0.33 0.86
HSL 142.11º 0.36% 0.1% -
HSV(B) 142.11º 0.53% 0.14% -
XYZ 1.03 1.45 1.09 -
YUV 28.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 17 36 24 0.53 0 0.33 0.86 142.11 0.36 0.1
Hex 11 24 18 35 0 21 56 8E 24 A
Octal 21 44 30 65 0 41 126 216 44 12
Binary 10001 100100 11000 110101 0 100001 1010110 10001110 100100 1010

Color Harmonies of #112418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112418

Black with #112418

Text Example


Text Example

White with #112418

Text Example


Text Example

HTML Codes & Css Web 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>