#10240D

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

Shades of Myrtle #10240D

Tints of Myrtle #10240D

Color information

#10240D (or 0x10240D) is unknown color: approx Myrtle. HEX triplet: 10, 24 and 0D. RGB value is (16,36,13). Sum of RGB (Red+Green+Blue) = 16+36+13=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #10240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10240D is #EFDBF2. Grayscale: #1B1B1B. Windows color (decimal): -15719411 or 861200. OLE color: 861200.

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

Color convert

RGB163613-
CMYK0.5600.640.86
HSL112.17º46.94%9.61%-
HSV(B)112.17º63.89%14.12%-
XYZ0.921.40.6-
YUV27.4119.87119.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 36 (14.45% from 255) = 55.38%
BLUE value IS 13 (5.47% from 255) = 20%
R=24.62%
G=55.38%
B=20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1636130.5600.640.86112.1746.949.61
Hex1024D3804056702fa
Octal2044157001001261605712
Binary10000100100110111100001000000101011011100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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