#0D3902

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

Shades of Myrtle #0D3902

Tints of Myrtle #0D3902

Color information

#0D3902 (or 0x0D3902) is unknown color: approx Myrtle. HEX triplet: 0D, 39 and 02. RGB value is (13,57,2). Sum of RGB (Red+Green+Blue) = 13+57+2=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 57 (22.66% from 255 or 79.17% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3902 is #F2C6FD. Grayscale: #252525. Windows color (decimal): -15910654 or 145677. OLE color: 145677.

HSL color Cylindrical-coordinate representation of color #0D3902: hue angle of 108º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D3902 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB13572-
CMYK0.7700.960.78
HSL108º93.22%11.57%-
HSV(B)108º96.49%22.35%-
XYZ1.643.020.55-
YUV37.57107.92110.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.06%
GREEN value IS 57 (22.66% from 255) = 79.17%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=18.06%
G=79.17%
B=2.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135720.7700.960.7810893.2211.57
HexD3924D0604E6c5dc
Octal15712115014011615413514
Binary1101111001101001101011000001001110110110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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