#10520A

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

Shades of Myrtle #10520A

Tints of Myrtle #10520A

Color information

#10520A (or 0x10520A) is unknown color: approx Myrtle. HEX triplet: 10, 52 and 0A. RGB value is (16,82,10). Sum of RGB (Red+Green+Blue) = 16+82+10=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #10520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10520A is #EFADF5. Grayscale: #363636. Windows color (decimal): -15707638 or 676368. OLE color: 676368.

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

Color convert

RGB168210-
CMYK0.8000.880.68
HSL115º78.26%18.04%-
HSV(B)115º87.8%32.16%-
XYZ3.296.171.3-
YUV54.06103.13100.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 82 (32.42% from 255) = 75.93%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=14.81%
G=75.93%
B=9.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1682100.8000.880.6811578.2618.04
Hex1052A5005844734e12
Octal2012212120013010416311622
Binary100001010010101010100000101100010001001110011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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