#113123

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

Shades of Cardin Green #113123

Tints of Cardin Green #113123

Color information

#113123 (or 0x113123) is unknown color: approx 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

RGB174935-
CMYK0.6500.290.81
HSL153.75º48.48%12.94%-
HSV(B)153.75º65.31%19.22%-
XYZ1.632.441.97-
YUV37.84126.4113.14-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749350.6500.290.81153.7548.4812.94
Hex1131234101D519a30d
Octal2161431010351212326015
Binary1000111000110001110000010111011010001100110101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>