#113326

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

Shades of Cardin Green #113326

Tints of Cardin Green #113326

Color information

#113326 (or 0x113326) is unknown color: approx Cardin Green. HEX triplet: 11, 33 and 26. RGB value is (17,51,38). Sum of RGB (Red+Green+Blue) = 17+51+38=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #113326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113326 is #EECCD9. Grayscale: #272727. Windows color (decimal): -15650010 or 2503441. OLE color: 2503441.

HSL color Cylindrical-coordinate representation of color #113326: hue angle of 157.06º 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 #113326 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB175138-
CMYK0.6700.250.8
HSL157.06º50%13.33%-
HSV(B)157.06º66.67%20%-
XYZ1.762.632.25-
YUV39.35127.24112.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=16.04%
G=48.11%
B=35.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751380.6700.250.8157.065013.33
Hex11332643019509d32d
Octal2163461030311202356215
Binary1000111001110011010000110110011010000100111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113326; }

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

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

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

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

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

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

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

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