Html Css Color HEX #112419 Cardin Green

📋 copy color: '#112419'

red 17 ◦ green 36 ◦ blue 25

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

Shades of Cardin Green #112419

Tints of Cardin Green #112419

RGB

 RED value IS 17 (7.03% from 255) = 21.79%

 GREEN value IS 36 (14.45% from 255) = 46.15%

 BLUE value IS 25 (10.16% from 255) = 32.05%

R = 21.79%
G = 46.15%
B = 32.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#112419 (or 0x112419) is known color: Cardin Green. HEX triplet: 11, 24 and 19. RGB value is (17,36,25). Sum of RGB (Red+Green+Blue) = 17+36+25=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #112419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112419 is #EEDBE6. Grayscale: #1D1D1D. Windows color (decimal): -15653863 or 1647633. OLE color: 1647633.

HSL color Cylindrical-coordinate representation of color #112419: hue angle of 145.26º 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 #112419 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 36 25 -
CMYK 0.53 0 0.31 0.86
HSL 145.26º 0.36% 0.1% -
HSV(B) 145.26º 0.53% 0.14% -
XYZ 1.04 1.45 1.15 -
YUV 29.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 17 36 25 0.53 0 0.31 0.86 145.26 0.36 0.1
Hex 11 24 19 35 0 1F 56 91 24 A
Octal 21 44 31 65 0 37 126 221 44 12
Binary 10001 100100 11001 110101 0 11111 1010110 10010001 100100 1010

Color Harmonies of #112419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112419

Black with #112419

Text Example


Text Example

White with #112419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112419; }

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

 H1.HeaderClassName
 {
   color: #112419;
 }
 .AnyTagClassName
 {
   color: #112419;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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