#0F3402

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

Shades of Myrtle #0F3402

Tints of Myrtle #0F3402

Color information

#0F3402 (or 0x0F3402) is unknown color: approx Myrtle. HEX triplet: 0F, 34 and 02. RGB value is (15,52,2). Sum of RGB (Red+Green+Blue) = 15+52+2=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 52 (20.70% from 255 or 75.36% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3402 is #F0CBFD. Grayscale: #232323. Windows color (decimal): -15780862 or 144399. OLE color: 144399.

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

Color convert

RGB15522-
CMYK0.7100.960.80
HSL104.4º92.59%10.59%-
HSV(B)104.4º96.15%20.39%-
XYZ1.442.560.48-
YUV35.24109.24113.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 52 (20.70% from 255) = 75.36%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=21.74%
G=75.36%
B=2.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal155220.7100.960.80104.492.5910.59
HexF3424706050685db
Octal17642107014012015013513
Binary1111110100101000111011000001010000110100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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