#0F3901

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

Shades of Myrtle #0F3901

Tints of Myrtle #0F3901

Color information

#0F3901 (or 0x0F3901) is unknown color: approx Myrtle. HEX triplet: 0F, 39 and 01. RGB value is (15,57,1). Sum of RGB (Red+Green+Blue) = 15+57+1=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3901 is #F0C6FE. Grayscale: #262626. Windows color (decimal): -15779583 or 80143. OLE color: 80143.

HSL color Cylindrical-coordinate representation of color #0F3901: hue angle of 105º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F3901 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB15571-
CMYK0.7400.980.78
HSL105º96.55%11.37%-
HSV(B)105º98.25%22.35%-
XYZ1.673.030.53-
YUV38.06107.09111.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.55%
GREEN value IS 57 (22.66% from 255) = 78.08%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=20.55%
G=78.08%
B=1.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155710.7400.980.7810596.5511.37
HexF3914A0624E6961b
Octal17711112014211615114113
Binary111111100111001010011000101001110110100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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