#113220

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

Shades of Cardin Green #113220

Tints of Cardin Green #113220

Color information

#113220 (or 0x113220) is unknown color: approx Cardin Green. HEX triplet: 11, 32 and 20. RGB value is (17,50,32). Sum of RGB (Red+Green+Blue) = 17+50+32=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #113220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113220 is #EECDDF. Grayscale: #262626. Windows color (decimal): -15650272 or 2109969. OLE color: 2109969.

HSL color Cylindrical-coordinate representation of color #113220: hue angle of 147.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113220 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB175032-
CMYK0.6600.360.80
HSL147.27º49.25%13.14%-
HSV(B)147.27º66%19.61%-
XYZ1.632.51.76-
YUV38.08124.57112.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=17.17%
G=50.51%
B=32.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750320.6600.360.80147.2749.2513.14
Hex11322042024509331d
Octal2162401020441202236115
Binary10001110010100000100001001001001010000100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113220; }

 p { color: rgb(17,50,32); }

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

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

 a { background-color: rgb(17,50,32); }

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

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

 span { border-color: rgb(17,50,32); }

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