#113522

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

Shades of Cardin Green #113522

Tints of Cardin Green #113522

Color information

#113522 (or 0x113522) is unknown color: approx Cardin Green. HEX triplet: 11, 35 and 22. RGB value is (17,53,34). Sum of RGB (Red+Green+Blue) = 17+53+34=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #113522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113522 is #EECADD. Grayscale: #282828. Windows color (decimal): -15649502 or 2241809. OLE color: 2241809.

HSL color Cylindrical-coordinate representation of color #113522: hue angle of 148.33º 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 #113522 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB175334-
CMYK0.6800.360.79
HSL148.33º51.43%13.73%-
HSV(B)148.33º67.92%20.78%-
XYZ1.792.781.96-
YUV40.07124.57111.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 53 (21.09% from 255) = 50.96%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=16.35%
G=50.96%
B=32.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753340.6800.360.79148.3351.4313.73
Hex113522440244F9433e
Octal2165421040441172246316
Binary10001110101100010100010001001001001111100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113522; }

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

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

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

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

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

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

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

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