#0F3208

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

Shades of Myrtle #0F3208

Tints of Myrtle #0F3208

Color information

#0F3208 (or 0x0F3208) is unknown color: approx Myrtle. HEX triplet: 0F, 32 and 08. RGB value is (15,50,8). Sum of RGB (Red+Green+Blue) = 15+50+8=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3208 is #F0CDF7. Grayscale: #222222. Windows color (decimal): -15781368 or 537103. OLE color: 537103.

HSL color Cylindrical-coordinate representation of color #0F3208: hue angle of 110º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3208 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB15508-
CMYK0.7000.840.80
HSL110º72.41%11.37%-
HSV(B)110º84%19.61%-
XYZ1.382.40.62-
YUV34.75112.9113.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.55%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=20.55%
G=68.49%
B=10.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal155080.7000.840.8011072.4111.37
HexF32846054506e48b
Octal176210106012412015611013
Binary111111001010001000110010101001010000110111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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