#0F3708

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

Shades of Myrtle #0F3708

Tints of Myrtle #0F3708

Color information

#0F3708 (or 0x0F3708) is unknown color: approx Myrtle. HEX triplet: 0F, 37 and 08. RGB value is (15,55,8). Sum of RGB (Red+Green+Blue) = 15+55+8=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3708 is #F0C8F7. Grayscale: #252525. Windows color (decimal): -15780088 or 538383. OLE color: 538383.

HSL color Cylindrical-coordinate representation of color #0F3708: hue angle of 111.06º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F3708 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB15558-
CMYK0.7300.850.78
HSL111.06º74.6%12.35%-
HSV(B)111.06º85.45%21.57%-
XYZ1.612.850.7-
YUV37.68111.25111.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 55 (21.88% from 255) = 70.51%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=19.23%
G=70.51%
B=10.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155580.7300.850.78111.0674.612.35
HexF378490554E6f4bc
Octal176710111012511615711314
Binary111111011110001001001010101011001110110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,8); }

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

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

 a { background-color: rgb(15,55,8); }

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

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

 span { border-color: rgb(15,55,8); }

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