Html Css Color HEX #113123 Cardin Green

📋 copy color: '#113123'

red 17 ◦ green 49 ◦ blue 35

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

Shades of Cardin Green #113123

Tints of Cardin Green #113123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 48.51%

 BLUE value IS 35 (14.06% from 255) = 34.65%

R = 16.83%
G = 48.51%
B = 34.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#113123 (or 0x113123) is known color: Cardin Green. HEX triplet: 11, 31 and 23. RGB value is (17,49,35). Sum of RGB (Red+Green+Blue) = 17+49+35=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #113123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113123 is #EECEDC. Grayscale: #252525. Windows color (decimal): -15650525 or 2306321. OLE color: 2306321.

HSL color Cylindrical-coordinate representation of color #113123: hue angle of 153.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113123 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 35 -
CMYK 0.65 0 0.29 0.81
HSL 153.75º 0.48% 0.13% -
HSV(B) 153.75º 0.65% 0.19% -
XYZ 1.63 2.44 1.97 -
YUV 37.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 17 49 35 0.65 0 0.29 0.81 153.75 0.48 0.13
Hex 11 31 23 41 0 1D 51 9A 30 D
Octal 21 61 43 101 0 35 121 232 60 15
Binary 10001 110001 100011 1000001 0 11101 1010001 10011010 110000 1101

Color Harmonies of #113123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113123

Black with #113123

Text Example


Text Example

White with #113123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113123; }

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

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

background-color css

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

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

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

border-color css

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

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

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