#083B0D

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

Shades of Myrtle #083B0D

Tints of Myrtle #083B0D

Color information

#083B0D (or 0x083B0D) is unknown color: approx Myrtle. HEX triplet: 08, 3B and 0D. RGB value is (8,59,13). Sum of RGB (Red+Green+Blue) = 8+59+13=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 59 (23.44% from 255 or 73.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 59 - color contains mainly: green. Hex color #083B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B0D is #F7C4F2. Grayscale: #262626. Windows color (decimal): -16237811 or 867080. OLE color: 867080.

HSL color Cylindrical-coordinate representation of color #083B0D: hue angle of 125.88º 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 #083B0D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB85913-
CMYK0.8600.780.77
HSL125.88º76.12%13.14%-
HSV(B)125.88º86.44%23.14%-
XYZ1.743.210.91-
YUV38.51113.6106.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10%
GREEN value IS 59 (23.44% from 255) = 73.75%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=10%
G=73.75%
B=16.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal859130.8600.780.77125.8876.1213.14
Hex83BD5604E4D7e4cd
Octal107315126011611517611415
Binary100011101111011010110010011101001101111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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