#0F390B

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

Shades of Myrtle #0F390B

Tints of Myrtle #0F390B

Color information

#0F390B (or 0x0F390B) is unknown color: approx Myrtle. HEX triplet: 0F, 39 and 0B. RGB value is (15,57,11). Sum of RGB (Red+Green+Blue) = 15+57+11=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #0F390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F390B is #F0C6F4. Grayscale: #272727. Windows color (decimal): -15779573 or 735503. OLE color: 735503.

HSL color Cylindrical-coordinate representation of color #0F390B: hue angle of 114.78º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F390B is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB155711-
CMYK0.7400.810.78
HSL114.78º67.65%13.33%-
HSV(B)114.78º80.7%22.35%-
XYZ1.723.050.82-
YUV39.2112.09110.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 57 (22.66% from 255) = 68.67%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=18.07%
G=68.67%
B=13.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557110.7400.810.78114.7867.6513.33
HexF39B4A0514E7344d
Octal177113112012111616310415
Binary111111100110111001010010100011001110111001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,11); }

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

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

 a { background-color: rgb(15,57,11); }

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

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

 span { border-color: rgb(15,57,11); }

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