#113A26

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

Shades of Cardin Green #113A26

Tints of Cardin Green #113A26

Color information

#113A26 (or 0x113A26) is unknown color: approx Cardin Green. HEX triplet: 11, 3A and 26. RGB value is (17,58,38). Sum of RGB (Red+Green+Blue) = 17+58+38=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #113A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A26 is #EEC5D9. Grayscale: #2B2B2B. Windows color (decimal): -15648218 or 2505233. OLE color: 2505233.

HSL color Cylindrical-coordinate representation of color #113A26: hue angle of 150.73º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113A26 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB175838-
CMYK0.7100.340.77
HSL150.73º54.67%14.71%-
HSV(B)150.73º70.69%22.75%-
XYZ2.093.292.36-
YUV43.46124.92109.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=15.04%
G=51.33%
B=33.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1758380.7100.340.77150.7354.6714.71
Hex113A26470224D9737f
Octal2172461070421152276717
Binary10001111010100110100011101000101001101100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A26; }

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

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

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

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

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

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

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

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