#103126

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

Shades of Dark Green #103126

Tints of Dark Green #103126

Color information

#103126 (or 0x103126) is unknown color: approx Dark Green. HEX triplet: 10, 31 and 26. RGB value is (16,49,38). Sum of RGB (Red+Green+Blue) = 16+49+38=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #103126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103126 is #EFCED9. Grayscale: #252525. Windows color (decimal): -15716058 or 2502928. OLE color: 2502928.

HSL color Cylindrical-coordinate representation of color #103126: hue angle of 160º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103126 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB164938-
CMYK0.6700.220.81
HSL160º50.77%12.75%-
HSV(B)160º67.35%19.22%-
XYZ1.662.452.22-
YUV37.88128.07112.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.53%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=15.53%
G=47.57%
B=36.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649380.6700.220.8116050.7712.75
Hex1031264301651a033d
Octal2061461030261212406315
Binary1000011000110011010000110101101010001101000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103126; }

 p { color: rgb(16,49,38); }

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

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

 a { background-color: rgb(16,49,38); }

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

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

 span { border-color: rgb(16,49,38); }

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