#113626

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

Shades of Cardin Green #113626

Tints of Cardin Green #113626

Color information

#113626 (or 0x113626) is unknown color: approx Cardin Green. HEX triplet: 11, 36 and 26. RGB value is (17,54,38). Sum of RGB (Red+Green+Blue) = 17+54+38=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #113626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113626 is #EEC9D9. Grayscale: #292929. Windows color (decimal): -15649242 or 2504209. OLE color: 2504209.

HSL color Cylindrical-coordinate representation of color #113626: hue angle of 154.05º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113626 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB175438-
CMYK0.6900.300.79
HSL154.05º52.11%13.92%-
HSV(B)154.05º68.52%21.18%-
XYZ1.92.92.29-
YUV41.11126.24110.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=15.60%
G=49.54%
B=34.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754380.6900.300.79154.0552.1113.92
Hex1136264501E4F9a34e
Octal2166461050361172326416
Binary1000111011010011010001010111101001111100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113626; }

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

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

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

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

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

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

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

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