#113321

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

Shades of Cardin Green #113321

Tints of Cardin Green #113321

Color information

#113321 (or 0x113321) is unknown color: approx Cardin Green. HEX triplet: 11, 33 and 21. RGB value is (17,51,33). Sum of RGB (Red+Green+Blue) = 17+51+33=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #113321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113321 is #EECCDE. Grayscale: #262626. Windows color (decimal): -15650015 or 2175761. OLE color: 2175761.

HSL color Cylindrical-coordinate representation of color #113321: hue angle of 148.24º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113321 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB175133-
CMYK0.6700.350.8
HSL148.24º50%13.33%-
HSV(B)148.24º66.67%20%-
XYZ1.692.61.85-
YUV38.78124.74112.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=16.83%
G=50.50%
B=32.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751330.6700.350.8148.245013.33
Hex11332143023509432d
Octal2163411030431202246215
Binary10001110011100001100001101000111010000100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113321; }

 p { color: rgb(17,51,33); }

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

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

 a { background-color: rgb(17,51,33); }

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

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

 span { border-color: rgb(17,51,33); }

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