#113838

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

Shades of Nordic #113838

Tints of Nordic #113838

Color information

#113838 (or 0x113838) is unknown color: approx Nordic. HEX triplet: 11, 38 and 38. RGB value is (17,56,56). Sum of RGB (Red+Green+Blue) = 17+56+56=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #113838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113838 is #EEC7C7. Grayscale: #2C2C2C. Windows color (decimal): -15648712 or 3684369. OLE color: 3684369.

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

Color convert

RGB175656-
CMYK0.70000.78
HSL180º53.42%14.31%-
HSV(B)180º69.64%21.96%-
XYZ2.363.234.24-
YUV44.34134.58108.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=13.18%
G=43.41%
B=43.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756560.70000.7818053.4214.31
Hex11383846004Eb435e
Octal217070106001162646516
Binary100011110001110001000110001001110101101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113838; }

 p { color: rgb(17,56,56); }

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

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

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

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

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

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

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