#113324

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

Shades of Cardin Green #113324

Tints of Cardin Green #113324

Color information

#113324 (or 0x113324) is unknown color: approx Cardin Green. HEX triplet: 11, 33 and 24. RGB value is (17,51,36). Sum of RGB (Red+Green+Blue) = 17+51+36=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #113324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113324 is #EECCDB. Grayscale: #272727. Windows color (decimal): -15650012 or 2372369. OLE color: 2372369.

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

Color convert

RGB175136-
CMYK0.6700.290.8
HSL153.53º50%13.33%-
HSV(B)153.53º66.67%20%-
XYZ1.732.612.08-
YUV39.12126.24112.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=16.35%
G=49.04%
B=34.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751360.6700.290.8153.535013.33
Hex1133244301D509a32d
Octal2163441030351202326215
Binary1000111001110010010000110111011010000100110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113324; }

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

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

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

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

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

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

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

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