Html Css Color HEX #112319 Cardin Green

📋 copy color: '#112319'

red 17 ◦ green 35 ◦ blue 25

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

Shades of Cardin Green #112319

Tints of Cardin Green #112319

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

 M value IS 0

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 17 35 25 -
CMYK 0.51 0 0.29 0.86
HSL 146.67º 0.35% 0.1% -
HSV(B) 146.67º 0.51% 0.14% -
XYZ 1.01 1.39 1.14 -
YUV 28.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 17 35 25 0.51 0 0.29 0.86 146.67 0.35 0.1
Hex 11 23 19 33 0 1D 56 93 23 A
Octal 21 43 31 63 0 35 126 223 43 12
Binary 10001 100011 11001 110011 0 11101 1010110 10010011 100011 1010

Color Harmonies of #112319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112319

Black with #112319

Text Example


Text Example

White with #112319

Text Example


Text Example

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