#0D3901

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

Shades of Myrtle #0D3901

Tints of Myrtle #0D3901

Color information

#0D3901 (or 0x0D3901) is unknown color: approx Myrtle. HEX triplet: 0D, 39 and 01. RGB value is (13,57,1). Sum of RGB (Red+Green+Blue) = 13+57+1=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 57 (22.66% from 255 or 80.28% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3901 is #F2C6FE. Grayscale: #252525. Windows color (decimal): -15910655 or 80141. OLE color: 80141.

HSL color Cylindrical-coordinate representation of color #0D3901: hue angle of 107.14º 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 #0D3901 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB13571-
CMYK0.7700.980.78
HSL107.14º96.55%11.37%-
HSV(B)107.14º98.25%22.35%-
XYZ1.633.010.52-
YUV37.46107.42110.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.31%
GREEN value IS 57 (22.66% from 255) = 80.28%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=18.31%
G=80.28%
B=1.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135710.7700.980.78107.1496.5511.37
HexD3914D0624E6b61b
Octal15711115014211615314113
Binary110111100111001101011000101001110110101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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