#103309

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

Shades of Myrtle #103309

Tints of Myrtle #103309

Color information

#103309 (or 0x103309) is unknown color: approx Myrtle. HEX triplet: 10, 33 and 09. RGB value is (16,51,9). Sum of RGB (Red+Green+Blue) = 16+51+9=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #103309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103309 is #EFCCF6. Grayscale: #232323. Windows color (decimal): -15715575 or 602896. OLE color: 602896.

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

Color convert

RGB16519-
CMYK0.6900.820.8
HSL110º70%11.76%-
HSV(B)110º82.35%20%-
XYZ1.452.50.66-
YUV35.75112.9113.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=21.05%
G=67.11%
B=11.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal165190.6900.820.81107011.76
Hex1033945052506e46c
Octal206311105012212015610614
Binary1000011001110011000101010100101010000110111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103309; }

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

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

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

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

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

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

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

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