#0F340F

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

Shades of Myrtle #0F340F

Tints of Myrtle #0F340F

Color information

#0F340F (or 0x0F340F) is unknown color: approx Myrtle. HEX triplet: 0F, 34 and 0F. RGB value is (15,52,15). Sum of RGB (Red+Green+Blue) = 15+52+15=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #0F340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F340F is #F0CBF0. Grayscale: #242424. Windows color (decimal): -15780849 or 996367. OLE color: 996367.

HSL color Cylindrical-coordinate representation of color #0F340F: hue angle of 120º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F340F is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB155215-
CMYK0.7100.710.80
HSL120º55.22%13.14%-
HSV(B)120º71.15%20.39%-
XYZ1.512.590.87-
YUV36.72115.74112.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 52 (20.70% from 255) = 63.41%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=18.29%
G=63.41%
B=18.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1552150.7100.710.8012055.2213.14
HexF34F47047507837d
Octal17641710701071201706715
Binary11111101001111100011101000111101000011110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,52,15); }

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

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

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

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

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

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

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