#10390A

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

Shades of Myrtle #10390A

Tints of Myrtle #10390A

Color information

#10390A (or 0x10390A) is unknown color: approx Myrtle. HEX triplet: 10, 39 and 0A. RGB value is (16,57,10). Sum of RGB (Red+Green+Blue) = 16+57+10=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #10390A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10390A is #EFC6F5. Grayscale: #272727. Windows color (decimal): -15714038 or 669968. OLE color: 669968.

HSL color Cylindrical-coordinate representation of color #10390A: hue angle of 112.34º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10390A is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB165710-
CMYK0.7200.820.78
HSL112.34º70.15%13.14%-
HSV(B)112.34º82.46%22.35%-
XYZ1.733.060.79-
YUV39.38111.42111.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 57 (22.66% from 255) = 68.67%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=19.28%
G=68.67%
B=12.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1657100.7200.820.78112.3470.1513.14
Hex1039A480524E7046d
Octal207112110012211616010615
Binary1000011100110101001000010100101001110111000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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