#10250E

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

Shades of Myrtle #10250E

Tints of Myrtle #10250E

Color information

#10250E (or 0x10250E) is unknown color: approx Myrtle. HEX triplet: 10, 25 and 0E. RGB value is (16,37,14). Sum of RGB (Red+Green+Blue) = 16+37+14=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #10250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250E is #EFDAF1. Grayscale: #1C1C1C. Windows color (decimal): -15719154 or 926992. OLE color: 926992.

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

Color convert

RGB163714-
CMYK0.5700.620.85
HSL114.78º45.1%10%-
HSV(B)114.78º62.16%14.51%-
XYZ0.951.470.65-
YUV28.1120.04119.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 37 (14.84% from 255) = 55.22%
BLUE value IS 14 (5.86% from 255) = 20.90%
R=23.88%
G=55.22%
B=20.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637140.5700.620.85114.7845.110
Hex1025E3903E55732da
Octal204516710761251635512
Binary1000010010111101110010111110101010111100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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