#0F5204

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

Shades of Myrtle #0F5204

Tints of Myrtle #0F5204

Color information

#0F5204 (or 0x0F5204) is unknown color: approx Myrtle. HEX triplet: 0F, 52 and 04. RGB value is (15,82,4). Sum of RGB (Red+Green+Blue) = 15+82+4=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 82 (32.42% from 255 or 81.19% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 82 - color contains mainly: green. Hex color #0F5204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5204 is #F0ADFB. Grayscale: #353535. Windows color (decimal): -15773180 or 283151. OLE color: 283151.

HSL color Cylindrical-coordinate representation of color #0F5204: hue angle of 111.54º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F5204 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB15824-
CMYK0.8200.950.68
HSL111.54º90.7%16.86%-
HSV(B)111.54º95.12%32.16%-
XYZ3.246.141.13-
YUV53.08100.3100.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 82 (32.42% from 255) = 81.19%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=14.85%
G=81.19%
B=3.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal158240.8200.950.68111.5490.716.86
HexF5245205F44705b11
Octal171224122013710416013321
Binary1111101001010010100100101111110001001110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,82,4); }

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

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

 a { background-color: rgb(15,82,4); }

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

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

 span { border-color: rgb(15,82,4); }

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