#10250D

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

Shades of Myrtle #10250D

Tints of Myrtle #10250D

Color information

#10250D (or 0x10250D) is unknown color: approx Myrtle. HEX triplet: 10, 25 and 0D. RGB value is (16,37,13). Sum of RGB (Red+Green+Blue) = 16+37+13=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #10250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250D is #EFDAF2. Grayscale: #1C1C1C. Windows color (decimal): -15719155 or 861456. OLE color: 861456.

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

Color convert

RGB163713-
CMYK0.5700.650.85
HSL112.5º48%9.8%-
HSV(B)112.5º64.86%14.51%-
XYZ0.951.460.61-
YUV27.98119.54119.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=24.24%
G=56.06%
B=19.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637130.5700.650.85112.5489.8
Hex1025D39041557030a
Octal2045157101011251606012
Binary10000100101110111100101000001101010111100001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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