#083D0A

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

Shades of Myrtle #083D0A

Tints of Myrtle #083D0A

Color information

#083D0A (or 0x083D0A) is unknown color: approx Myrtle. HEX triplet: 08, 3D and 0A. RGB value is (8,61,10). Sum of RGB (Red+Green+Blue) = 8+61+10=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 61 (24.22% from 255 or 77.22% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 61 - color contains mainly: green. Hex color #083D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083D0A is #F7C2F5. Grayscale: #272727. Windows color (decimal): -16237302 or 670984. OLE color: 670984.

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

Color convert

RGB86110-
CMYK0.8700.840.76
HSL122.26º76.81%13.53%-
HSV(B)122.26º86.89%23.92%-
XYZ1.823.410.85-
YUV39.34111.44105.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 61 (24.22% from 255) = 77.22%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=10.13%
G=77.22%
B=12.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal861100.8700.840.76122.2676.8113.53
Hex83DA570544C7a4de
Octal107512127012411417211516
Binary100011110110101010111010101001001100111101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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