#083E0C

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

Shades of Myrtle #083E0C

Tints of Myrtle #083E0C

Color information

#083E0C (or 0x083E0C) is unknown color: approx Myrtle. HEX triplet: 08, 3E and 0C. RGB value is (8,62,12). Sum of RGB (Red+Green+Blue) = 8+62+12=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #083E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083E0C is #F7C1F3. Grayscale: #282828. Windows color (decimal): -16237044 or 802312. OLE color: 802312.

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

Color convert

RGB86212-
CMYK0.8700.810.76
HSL124.44º77.14%13.73%-
HSV(B)124.44º87.1%24.31%-
XYZ1.893.520.93-
YUV40.15112.11105.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 62 (24.61% from 255) = 75.61%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=9.76%
G=75.61%
B=14.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal862120.8700.810.76124.4477.1413.73
Hex83EC570514C7c4de
Octal107614127012111417411516
Binary100011111011001010111010100011001100111110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,62,12); }

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

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

 a { background-color: rgb(8,62,12); }

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

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

 span { border-color: rgb(8,62,12); }

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