#10520F

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

Shades of Myrtle #10520F

Tints of Myrtle #10520F

Color information

#10520F (or 0x10520F) is unknown color: approx Myrtle. HEX triplet: 10, 52 and 0F. RGB value is (16,82,15). Sum of RGB (Red+Green+Blue) = 16+82+15=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #10520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10520F is #EFADF0. Grayscale: #363636. Windows color (decimal): -15707633 or 1004048. OLE color: 1004048.

HSL color Cylindrical-coordinate representation of color #10520F: hue angle of 119.1º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10520F is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB168215-
CMYK0.8000.820.68
HSL119.1º69.07%19.02%-
HSV(B)119.1º81.71%32.16%-
XYZ3.326.181.47-
YUV54.63105.63100.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 82 (32.42% from 255) = 72.57%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=14.16%
G=72.57%
B=13.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1682150.8000.820.68119.169.0719.02
Hex1052F5005244774513
Octal2012217120012210416710523
Binary100001010010111110100000101001010001001110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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