#0F3502

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

Shades of Myrtle #0F3502

Tints of Myrtle #0F3502

Color information

#0F3502 (or 0x0F3502) is unknown color: approx Myrtle. HEX triplet: 0F, 35 and 02. RGB value is (15,53,2). Sum of RGB (Red+Green+Blue) = 15+53+2=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 53 (21.09% from 255 or 75.71% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3502 is #F0CAFD. Grayscale: #232323. Windows color (decimal): -15780606 or 144655. OLE color: 144655.

HSL color Cylindrical-coordinate representation of color #0F3502: hue angle of 104.71º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F3502 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB15532-
CMYK0.7200.960.79
HSL104.71º92.73%10.78%-
HSV(B)104.71º96.23%20.78%-
XYZ1.482.650.49-
YUV35.82108.91113.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.43%
GREEN value IS 53 (21.09% from 255) = 75.71%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=21.43%
G=75.71%
B=2.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal155320.7200.960.79104.7192.7310.78
HexF352480604F695db
Octal17652110014011715113513
Binary1111110101101001000011000001001111110100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,2); }

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

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

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

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

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

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

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