#083A0E

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

Shades of Myrtle #083A0E

Tints of Myrtle #083A0E

Color information

#083A0E (or 0x083A0E) is unknown color: approx Myrtle. HEX triplet: 08, 3A and 0E. RGB value is (8,58,14). Sum of RGB (Red+Green+Blue) = 8+58+14=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 58 (23.05% from 255 or 72.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 58 - color contains mainly: green. Hex color #083A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A0E is #F7C5F1. Grayscale: #262626. Windows color (decimal): -16238066 or 932360. OLE color: 932360.

HSL color Cylindrical-coordinate representation of color #083A0E: hue angle of 127.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A0E is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB85814-
CMYK0.8600.760.77
HSL127.2º75.76%12.94%-
HSV(B)127.2º86.21%22.75%-
XYZ1.693.110.93-
YUV38.03114.44106.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 58 (23.05% from 255) = 72.5%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=10%
G=72.5%
B=17.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal858140.8600.760.77127.275.7612.94
Hex83AE5604C4D7f4cd
Octal107216126011411517711415
Binary100011101011101010110010011001001101111111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,58,14); }

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

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

 a { background-color: rgb(8,58,14); }

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

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

 span { border-color: rgb(8,58,14); }

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