#103529

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

Shades of Dark Green #103529

Tints of Dark Green #103529

Color information

#103529 (or 0x103529) is unknown color: approx Dark Green. HEX triplet: 10, 35 and 29. RGB value is (16,53,41). Sum of RGB (Red+Green+Blue) = 16+53+41=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #103529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103529 is #EFCAD6. Grayscale: #282828. Windows color (decimal): -15715031 or 2700560. OLE color: 2700560.

HSL color Cylindrical-coordinate representation of color #103529: hue angle of 160.54º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #103529 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB165341-
CMYK0.7000.230.79
HSL160.54º53.62%13.53%-
HSV(B)160.54º69.81%20.78%-
XYZ1.892.822.54-
YUV40.57128.24110.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=14.55%
G=48.18%
B=37.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1653410.7000.230.79160.5453.6213.53
Hex103529460174Fa136e
Octal2065511060271172416616
Binary1000011010110100110001100101111001111101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103529; }

 p { color: rgb(16,53,41); }

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

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

 a { background-color: rgb(16,53,41); }

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

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

 span { border-color: rgb(16,53,41); }

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