#10250F

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

Shades of Myrtle #10250F

Tints of Myrtle #10250F

Color information

#10250F (or 0x10250F) is unknown color: approx Myrtle. HEX triplet: 10, 25 and 0F. RGB value is (16,37,15). Sum of RGB (Red+Green+Blue) = 16+37+15=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #10250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250F is #EFDAF0. Grayscale: #1C1C1C. Windows color (decimal): -15719153 or 992528. OLE color: 992528.

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

Color convert

RGB163715-
CMYK0.5700.590.85
HSL117.27º42.31%10.2%-
HSV(B)117.27º59.46%14.51%-
XYZ0.961.470.68-
YUV28.21120.54119.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=23.53%
G=54.41%
B=22.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637150.5700.590.85117.2742.3110.2
Hex1025F3903B55752aa
Octal204517710731251655212
Binary1000010010111111110010111011101010111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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