#0F511A

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

Shades of Myrtle #0F511A

Tints of Myrtle #0F511A

Color information

#0F511A (or 0x0F511A) is unknown color: approx Myrtle. HEX triplet: 0F, 51 and 1A. RGB value is (15,81,26). Sum of RGB (Red+Green+Blue) = 15+81+26=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #0F511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F511A is #F0AEE5. Grayscale: #373737. Windows color (decimal): -15773414 or 1724687. OLE color: 1724687.

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

Color convert

RGB158126-
CMYK0.8100.680.68
HSL130º68.75%18.82%-
HSV(B)130º81.48%31.76%-
XYZ3.336.061.97-
YUV55111.6399.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 81 (32.03% from 255) = 66.39%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=12.30%
G=66.39%
B=21.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1581260.8100.680.6813068.7518.82
HexF511A5104444824513
Octal1712132121010410420210523
Binary1111101000111010101000101000100100010010000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,81,26); }

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

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

 a { background-color: rgb(15,81,26); }

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

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

 span { border-color: rgb(15,81,26); }

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