#0D3508

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

Shades of Myrtle #0D3508

Tints of Myrtle #0D3508

Color information

#0D3508 (or 0x0D3508) is unknown color: approx Myrtle. HEX triplet: 0D, 35 and 08. RGB value is (13,53,8). Sum of RGB (Red+Green+Blue) = 13+53+8=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #0D3508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3508 is #F2CAF7. Grayscale: #242424. Windows color (decimal): -15911672 or 537869. OLE color: 537869.

HSL color Cylindrical-coordinate representation of color #0D3508: hue angle of 113.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D3508 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB13538-
CMYK0.7500.850.79
HSL113.33º73.77%11.96%-
HSV(B)113.33º84.91%20.78%-
XYZ1.482.650.66-
YUV35.91112.25111.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 53 (21.09% from 255) = 71.62%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=17.57%
G=71.62%
B=10.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal135380.7500.850.79113.3373.7711.96
HexD3584B0554F714ac
Octal156510113012511716111214
Binary110111010110001001011010101011001111111000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,53,8); }

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

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

 a { background-color: rgb(13,53,8); }

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

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

 span { border-color: rgb(13,53,8); }

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