#0F3A05

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

Shades of Myrtle #0F3A05

Tints of Myrtle #0F3A05

Color information

#0F3A05 (or 0x0F3A05) is unknown color: approx Myrtle. HEX triplet: 0F, 3A and 05. RGB value is (15,58,5). Sum of RGB (Red+Green+Blue) = 15+58+5=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3A05 is #F0C5FA. Grayscale: #272727. Windows color (decimal): -15779323 or 342543. OLE color: 342543.

HSL color Cylindrical-coordinate representation of color #0F3A05: hue angle of 108.68º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F3A05 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB15585-
CMYK0.7400.910.77
HSL108.68º84.13%12.35%-
HSV(B)108.68º91.38%22.75%-
XYZ1.743.140.66-
YUV39.1108.75110.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 58 (23.05% from 255) = 74.36%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=19.23%
G=74.36%
B=6.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal155850.7400.910.77108.6884.1312.35
HexF3A54A05B4D6d54c
Octal17725112013311515512414
Binary11111110101011001010010110111001101110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,58,5); }

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

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

 a { background-color: rgb(15,58,5); }

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

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

 span { border-color: rgb(15,58,5); }

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