#10240F

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

Shades of Myrtle #10240F

Tints of Myrtle #10240F

Color information

#10240F (or 0x10240F) is unknown color: approx Myrtle. HEX triplet: 10, 24 and 0F. RGB value is (16,36,15). Sum of RGB (Red+Green+Blue) = 16+36+15=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #10240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10240F is #EFDBF0. Grayscale: #1B1B1B. Windows color (decimal): -15719409 or 992272. OLE color: 992272.

HSL color Cylindrical-coordinate representation of color #10240F: hue angle of 117.14º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #10240F is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB163615-
CMYK0.5600.580.86
HSL117.14º41.18%10%-
HSV(B)117.14º58.33%14.12%-
XYZ0.931.410.67-
YUV27.63120.87119.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=23.88%
G=53.73%
B=22.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1636150.5600.580.86117.1441.1810
Hex1024F3803A567529a
Octal204417700721261655112
Binary1000010010011111110000111010101011011101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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