#0D530C

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

Shades of Myrtle #0D530C

Tints of Myrtle #0D530C

Color information

#0D530C (or 0x0D530C) is unknown color: approx Myrtle. HEX triplet: 0D, 53 and 0C. RGB value is (13,83,12). Sum of RGB (Red+Green+Blue) = 13+83+12=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #0D530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D530C is #F2ACF3. Grayscale: #363636. Windows color (decimal): -15903988 or 807693. OLE color: 807693.

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

Color convert

RGB138312-
CMYK0.8400.860.67
HSL119.15º74.74%18.63%-
HSV(B)119.15º85.54%32.55%-
XYZ3.336.31.39-
YUV53.98104.3198.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.04%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=12.04%
G=76.85%
B=11.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1383120.8400.860.67119.1574.7418.63
HexD53C5405643774b13
Octal1512314124012610316711323
Binary11011010011110010101000101011010000111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D530C; }

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

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

<style>
 a { background-color: #0D530C; }

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

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

<style>
 span { border-color: #0D530C; }

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

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