#10530D

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

Shades of Myrtle #10530D

Tints of Myrtle #10530D

Color information

#10530D (or 0x10530D) is unknown color: approx Myrtle. HEX triplet: 10, 53 and 0D. RGB value is (16,83,13). Sum of RGB (Red+Green+Blue) = 16+83+13=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #10530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10530D is #EFACF2. Grayscale: #373737. Windows color (decimal): -15707379 or 873232. OLE color: 873232.

HSL color Cylindrical-coordinate representation of color #10530D: hue angle of 117.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10530D is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB168313-
CMYK0.8100.840.67
HSL117.43º72.92%18.82%-
HSV(B)117.43º84.34%32.55%-
XYZ3.386.331.42-
YUV54.99104.3100.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 83 (32.81% from 255) = 74.11%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=14.29%
G=74.11%
B=11.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1683130.8100.840.67117.4372.9218.82
Hex1053D5105443754913
Octal2012315121012410316511123
Binary100001010011110110100010101010010000111110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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