#10570D

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

Shades of Myrtle #10570D

Tints of Myrtle #10570D

Color information

#10570D (or 0x10570D) is unknown color: approx Myrtle. HEX triplet: 10, 57 and 0D. RGB value is (16,87,13). Sum of RGB (Red+Green+Blue) = 16+87+13=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 87 (34.38% from 255 or 75% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 87 - color contains mainly: green. Hex color #10570D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10570D is #EFA8F2. Grayscale: #393939. Windows color (decimal): -15706355 or 874256. OLE color: 874256.

HSL color Cylindrical-coordinate representation of color #10570D: hue angle of 117.57º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10570D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB168713-
CMYK0.8200.850.66
HSL117.57º74%19.61%-
HSV(B)117.57º85.06%34.12%-
XYZ3.696.961.53-
YUV57.33102.9898.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 87 (34.38% from 255) = 75%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=13.79%
G=75%
B=11.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1687130.8200.850.66117.577419.61
Hex1057D5205542764a14
Octal2012715122012510216611224
Binary100001010111110110100100101010110000101110110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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