#113523

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

Shades of Cardin Green #113523

Tints of Cardin Green #113523

Color information

#113523 (or 0x113523) is unknown color: approx Cardin Green. HEX triplet: 11, 35 and 23. RGB value is (17,53,35). Sum of RGB (Red+Green+Blue) = 17+53+35=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #113523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113523 is #EECADC. Grayscale: #282828. Windows color (decimal): -15649501 or 2307345. OLE color: 2307345.

HSL color Cylindrical-coordinate representation of color #113523: hue angle of 150º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113523 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB175335-
CMYK0.6800.340.79
HSL150º51.43%13.73%-
HSV(B)150º67.92%20.78%-
XYZ1.812.792.03-
YUV40.18125.07111.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=16.19%
G=50.48%
B=33.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753350.6800.340.7915051.4313.73
Hex113523440224F9633e
Octal2165431040421172266316
Binary10001110101100011100010001000101001111100101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113523; }

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

 H1.HeaderClassName
 {
   color: #113523;
 }
 .AnyTagClassName
 {
   color: #113523;
 }
</style>
background-color css

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

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

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

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

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

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