#083D0D

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

Shades of Myrtle #083D0D

Tints of Myrtle #083D0D

Color information

#083D0D (or 0x083D0D) is unknown color: approx Myrtle. HEX triplet: 08, 3D and 0D. RGB value is (8,61,13). Sum of RGB (Red+Green+Blue) = 8+61+13=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #083D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083D0D is #F7C2F2. Grayscale: #272727. Windows color (decimal): -16237299 or 867592. OLE color: 867592.

HSL color Cylindrical-coordinate representation of color #083D0D: hue angle of 125.66º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D0D is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB86113-
CMYK0.8700.790.76
HSL125.66º76.81%13.53%-
HSV(B)125.66º86.89%23.92%-
XYZ1.843.420.94-
YUV39.68112.94105.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 61 (24.22% from 255) = 74.39%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=9.76%
G=74.39%
B=15.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal861130.8700.790.76125.6676.8113.53
Hex83DD5704F4C7e4de
Octal107515127011711417611516
Binary100011110111011010111010011111001100111111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083D0D; }

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

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

<style>
 a { background-color: #083D0D; }

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

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

<style>
 span { border-color: #083D0D; }

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

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