#10300A

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

Shades of Myrtle #10300A

Tints of Myrtle #10300A

Color information

#10300A (or 0x10300A) is unknown color: approx Myrtle. HEX triplet: 10, 30 and 0A. RGB value is (16,48,10). Sum of RGB (Red+Green+Blue) = 16+48+10=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #10300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10300A is #EFCFF5. Grayscale: #222222. Windows color (decimal): -15716342 or 667664. OLE color: 667664.

HSL color Cylindrical-coordinate representation of color #10300A: hue angle of 110.53º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10300A is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB164810-
CMYK0.6700.790.81
HSL110.53º65.52%11.37%-
HSV(B)110.53º79.17%18.82%-
XYZ1.332.250.65-
YUV34.1114.4115.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.62%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=21.62%
G=64.86%
B=13.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648100.6700.790.81110.5365.5211.37
Hex1030A4304F516f42b
Octal206012103011712115710213
Binary1000011000010101000011010011111010001110111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10300A; }

 p { color: rgb(16,48,10); }

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

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

 a { background-color: rgb(16,48,10); }

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

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

 span { border-color: rgb(16,48,10); }

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