#083B0C

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

Shades of Myrtle #083B0C

Tints of Myrtle #083B0C

Color information

#083B0C (or 0x083B0C) is unknown color: approx Myrtle. HEX triplet: 08, 3B and 0C. RGB value is (8,59,12). Sum of RGB (Red+Green+Blue) = 8+59+12=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 59 (23.44% from 255 or 74.68% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 59 - color contains mainly: green. Hex color #083B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B0C is #F7C4F3. Grayscale: #262626. Windows color (decimal): -16237812 or 801544. OLE color: 801544.

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

Color convert

RGB85912-
CMYK0.8600.800.77
HSL124.71º76.12%13.14%-
HSV(B)124.71º86.44%23.14%-
XYZ1.733.210.88-
YUV38.39113.1106.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 59 (23.44% from 255) = 74.68%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=10.13%
G=74.68%
B=15.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal859120.8600.800.77124.7176.1213.14
Hex83BC560504D7d4cd
Octal107314126012011517511415
Binary100011101111001010110010100001001101111110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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