#10530B

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

Shades of Myrtle #10530B

Tints of Myrtle #10530B

Color information

#10530B (or 0x10530B) is unknown color: approx Myrtle. HEX triplet: 10, 53 and 0B. RGB value is (16,83,11). Sum of RGB (Red+Green+Blue) = 16+83+11=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #10530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10530B is #EFACF4. Grayscale: #363636. Windows color (decimal): -15707381 or 742160. OLE color: 742160.

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

Color convert

RGB168311-
CMYK0.8100.870.67
HSL115.83º76.6%18.43%-
HSV(B)115.83º86.75%32.55%-
XYZ3.376.321.36-
YUV54.76103.3100.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 83 (32.81% from 255) = 75.45%
BLUE value IS 11 (4.69% from 255) = 10%
R=14.55%
G=75.45%
B=10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1683110.8100.870.67115.8376.618.43
Hex1053B5105743744d12
Octal2012313121012710316411522
Binary100001010011101110100010101011110000111110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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