#113926

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

Shades of Cardin Green #113926

Tints of Cardin Green #113926

Color information

#113926 (or 0x113926) is unknown color: approx Cardin Green. HEX triplet: 11, 39 and 26. RGB value is (17,57,38). Sum of RGB (Red+Green+Blue) = 17+57+38=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #113926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113926 is #EEC6D9. Grayscale: #2A2A2A. Windows color (decimal): -15648474 or 2504977. OLE color: 2504977.

HSL color Cylindrical-coordinate representation of color #113926: hue angle of 151.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113926 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB175738-
CMYK0.7000.330.78
HSL151.5º54.05%14.51%-
HSV(B)151.5º70.18%22.35%-
XYZ2.043.192.34-
YUV42.87125.25109.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=15.18%
G=50.89%
B=33.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757380.7000.330.78151.554.0514.51
Hex113926460214E9836f
Octal2171461060411162306617
Binary10001111001100110100011001000011001110100110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113926; }

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

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

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

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

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

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

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

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