#113226

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

Shades of Cardin Green #113226

Tints of Cardin Green #113226

Color information

#113226 (or 0x113226) is unknown color: approx Cardin Green. HEX triplet: 11, 32 and 26. RGB value is (17,50,38). Sum of RGB (Red+Green+Blue) = 17+50+38=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #113226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113226 is #EECDD9. Grayscale: #262626. Windows color (decimal): -15650266 or 2503185. OLE color: 2503185.

HSL color Cylindrical-coordinate representation of color #113226: hue angle of 158.18º 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 #113226 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB175038-
CMYK0.6600.240.80
HSL158.18º49.25%13.14%-
HSV(B)158.18º66%19.61%-
XYZ1.722.542.23-
YUV38.76127.57112.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=16.19%
G=47.62%
B=36.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750380.6600.240.80158.1849.2513.14
Hex11322642018509e31d
Octal2162461020301202366115
Binary1000111001010011010000100110001010000100111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113226; }

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

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

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

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

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

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

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

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