#103326

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

Shades of Dark Green #103326

Tints of Dark Green #103326

Color information

#103326 (or 0x103326) is unknown color: approx Dark Green. HEX triplet: 10, 33 and 26. RGB value is (16,51,38). Sum of RGB (Red+Green+Blue) = 16+51+38=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #103326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103326 is #EFCCD9. Grayscale: #272727. Windows color (decimal): -15715546 or 2503440. OLE color: 2503440.

HSL color Cylindrical-coordinate representation of color #103326: hue angle of 157.71º 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 #103326 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB165138-
CMYK0.6900.250.8
HSL157.71º52.24%13.14%-
HSV(B)157.71º68.63%20%-
XYZ1.752.622.25-
YUV39.05127.4111.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.24%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=15.24%
G=48.57%
B=36.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651380.6900.250.8157.7152.2413.14
Hex10332645019509e34d
Octal2063461050311202366415
Binary1000011001110011010001010110011010000100111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103326; }

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

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

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

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

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

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

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

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