#0F3E01

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

Shades of Myrtle #0F3E01

Tints of Myrtle #0F3E01

Color information

#0F3E01 (or 0x0F3E01) is unknown color: approx Myrtle. HEX triplet: 0F, 3E and 01. RGB value is (15,62,1). Sum of RGB (Red+Green+Blue) = 15+62+1=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 62 (24.61% from 255 or 79.49% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3E01 is #F0C1FE. Grayscale: #292929. Windows color (decimal): -15778303 or 81423. OLE color: 81423.

HSL color Cylindrical-coordinate representation of color #0F3E01: hue angle of 106.23º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F3E01 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB15621-
CMYK0.7600.980.76
HSL106.23º96.83%12.35%-
HSV(B)106.23º98.39%24.31%-
XYZ1.933.550.61-
YUV40.99105.43109.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 62 (24.61% from 255) = 79.49%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=19.23%
G=79.49%
B=1.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal156210.7600.980.76106.2396.8312.35
HexF3E14C0624C6a61c
Octal17761114014211415214114
Binary111111111011001100011000101001100110101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,1); }

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

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

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

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

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

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

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