#0F5314

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

Shades of Myrtle #0F5314

Tints of Myrtle #0F5314

Color information

#0F5314 (or 0x0F5314) is unknown color: approx Myrtle. HEX triplet: 0F, 53 and 14. RGB value is (15,83,20). Sum of RGB (Red+Green+Blue) = 15+83+20=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5314 is #F0ACEB. Grayscale: #373737. Windows color (decimal): -15772908 or 1331983. OLE color: 1331983.

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

Color convert

RGB158320-
CMYK0.8200.760.67
HSL124.41º69.39%19.22%-
HSV(B)124.41º81.93%32.55%-
XYZ3.426.341.71-
YUV55.49107.9799.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.71%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=12.71%
G=70.34%
B=16.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1583200.8200.760.67124.4169.3919.22
HexF53145204C437c4513
Octal1712324122011410317410523
Binary111110100111010010100100100110010000111111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,83,20); }

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

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

 a { background-color: rgb(15,83,20); }

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

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

 span { border-color: rgb(15,83,20); }

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