#083D0F

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

Shades of Myrtle #083D0F

Tints of Myrtle #083D0F

Color information

#083D0F (or 0x083D0F) is unknown color: approx Myrtle. HEX triplet: 08, 3D and 0F. RGB value is (8,61,15). Sum of RGB (Red+Green+Blue) = 8+61+15=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 61 (24.22% from 255 or 72.62% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 61 - color contains mainly: green. Hex color #083D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083D0F is #F7C2F0. Grayscale: #282828. Windows color (decimal): -16237297 or 998664. OLE color: 998664.

HSL color Cylindrical-coordinate representation of color #083D0F: hue angle of 127.92º 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 #083D0F is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB86115-
CMYK0.8700.750.76
HSL127.92º76.81%13.53%-
HSV(B)127.92º86.89%23.92%-
XYZ1.863.421.01-
YUV39.91113.94105.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 61 (24.22% from 255) = 72.62%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=9.52%
G=72.62%
B=17.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal861150.8700.750.76127.9276.8113.53
Hex83DF5704B4C804de
Octal107517127011311420011516
Binary1000111101111110101110100101110011001000000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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