#103328

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

Shades of Dark Green #103328

Tints of Dark Green #103328

Color information

#103328 (or 0x103328) is unknown color: approx Dark Green. HEX triplet: 10, 33 and 28. RGB value is (16,51,40). Sum of RGB (Red+Green+Blue) = 16+51+40=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #103328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103328 is #EFCCD7. Grayscale: #272727. Windows color (decimal): -15715544 or 2634512. OLE color: 2634512.

HSL color Cylindrical-coordinate representation of color #103328: hue angle of 161.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103328 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB165140-
CMYK0.6900.220.8
HSL161.14º52.24%13.14%-
HSV(B)161.14º68.63%20%-
XYZ1.782.632.42-
YUV39.28128.4111.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=14.95%
G=47.66%
B=37.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651400.6900.220.8161.1452.2413.14
Hex1033284501650a134d
Octal2063501050261202416415
Binary1000011001110100010001010101101010000101000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103328; }

 p { color: rgb(16,51,40); }

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

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

 a { background-color: rgb(16,51,40); }

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

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

 span { border-color: rgb(16,51,40); }

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