#10250A

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

Shades of Myrtle #10250A

Tints of Myrtle #10250A

Color information

#10250A (or 0x10250A) is unknown color: approx Myrtle. HEX triplet: 10, 25 and 0A. RGB value is (16,37,10). Sum of RGB (Red+Green+Blue) = 16+37+10=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #10250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250A is #EFDAF5. Grayscale: #1B1B1B. Windows color (decimal): -15719158 or 664848. OLE color: 664848.

HSL color Cylindrical-coordinate representation of color #10250A: hue angle of 106.67º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10250A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB163710-
CMYK0.5700.730.85
HSL106.67º57.45%9.22%-
HSV(B)106.67º72.97%14.51%-
XYZ0.931.460.52-
YUV27.64118.04119.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 37 (14.84% from 255) = 58.73%
BLUE value IS 10 (4.30% from 255) = 15.87%
R=25.40%
G=58.73%
B=15.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637100.5700.730.85106.6757.459.22
Hex1025A39049556b399
Octal2045127101111251537111
Binary10000100101101011100101001001101010111010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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